#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "db_shash.h"
#include "lock.h"
#include "txn.h"
#include "db_am.h"
#include "btree.h"
Go to the source code of this file.
Functions | |
int | CDB___db_free (DBC *dbc, PAGE *h) |
int | CDB___db_lget (DBC *dbc, int flags, db_pgno_t pgno, db_lockmode_t mode, int lkflags, DB_LOCK *lockp) |
int | CDB___db_new (DBC *dbc, u_int32_t type, PAGE **pagepp) |
Variables | |
static const char | revid [] = "$Id: db__meta_8c.html,v 1.1 2008/06/08 10:17:51 sebdiaz Exp $" |