#include "config.h"
#include <sys/types.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "db_shash.h"
#include "btree.h"
#include "lock.h"
Go to the source code of this file.
Functions | |
int | CDB___bam_search (DBC *dbc, const DBT *key, u_int32_t flags, int stop, db_recno_t *recnop, int *exactp) |
int | CDB___bam_stkgrow (DB_ENV *dbenv, BTREE_CURSOR *cp) |
int | CDB___bam_stkrel (DBC *dbc, u_int32_t flags) |
Variables | |
static const char | revid [] = "$Id: bt__search_8c.html,v 1.1 2008/06/08 10:13:44 sebdiaz Exp $" |