#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 "hash.h"
#include "lock.h"
#include "db_am.h"
Go to the source code of this file.
Functions | |
int | CDB___db_ditem (DBC *dbc, PAGE *pagep, u_int32_t indx, u_int32_t nbytes) |
int | CDB___db_pitem (DBC *dbc, PAGE *pagep, u_int32_t indx, u_int32_t nbytes, DBT *hdr, DBT *data) |
int | CDB___db_relink (DBC *dbc, u_int32_t add_rem, PAGE *pagep, PAGE **new_next, int needlock) |
Variables | |
static const char | revid [] = "$Id: db__dup_8c.html,v 1.1 2008/06/08 10:17:27 sebdiaz Exp $" |