#include "config.h"
#include <sys/types.h>
#include "db_int.h"
#include "db_page.h"
#include "btree.h"
#include "db_shash.h"
#include "lock.h"
Go to the source code of this file.
Functions | |
int | CDB___bam_adjust (DBC *dbc, int32_t adjust) |
int | CDB___bam_nrecs (DBC *dbc, db_recno_t *rep) |
int | CDB___bam_rsearch (DBC *dbc, db_recno_t *recnop, u_int32_t flags, int stop, int *exactp) |
db_recno_t | CDB___bam_total (PAGE *h) |
Variables | |
static const char | revid [] = "$Id: bt__rsearch_8c.html,v 1.1 2008/06/08 10:13:44 sebdiaz Exp $" |