#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_adjindx (DBC *dbc, PAGE *h, u_int32_t indx, u_int32_t indx_copy, int is_insert) |
int | CDB___bam_delete (DB *dbp, DB_TXN *txn, DBT *key, u_int32_t flags) |
int | CDB___bam_ditem (DBC *dbc, PAGE *h, u_int32_t indx) |
int | CDB___bam_dpages (DBC *dbc, EPG *stack_epg) |
Variables | |
static const char | revid [] = "$Id: bt__delete_8c.html,v 1.1 2008/06/08 10:13:35 sebdiaz Exp $" |