#include "config.h"
#include <sys/types.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "db_shash.h"
#include "lock.h"
#include "btree.h"
Go to the source code of this file.
Functions | |
int | CDB___bam_key_range (DB *dbp, DB_TXN *txn, DBT *dbt, DB_KEY_RANGE *kp, u_int32_t flags) |
int | CDB___bam_stat (DB *dbp, void *spp, db_malloc, u_int32_t flags) |
int | CDB___bam_stat_callback (DB *dbp, PAGE *h, void *cookie, int *putp) |
int | CDB___bam_traverse (DBC *dbc, db_lockmode_t mode, db_pgno_t root_pgno, int *callback, void *cookie) |
Variables | |
static const char | revid [] = "$Id: bt__stat_8c.html,v 1.1 2008/06/08 10:13:46 sebdiaz Exp $" |