#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "db_swap.h"
#include "btree.h"
#include "db_shash.h"
#include "lock.h"
#include "log.h"
#include "mp.h"
Go to the source code of this file.
Functions | |
int | CDB___bam_metachk (DB *dbp, const char *name, BTMETA *btm) |
int | CDB___bam_open (DB *dbp, const char *name, db_pgno_t base_pgno, u_int32_t flags) |
int | CDB___bam_read_root (DB *dbp, const char *name, db_pgno_t base_pgno, u_int32_t flags) |
Variables | |
static const char | revid [] = "$Id: bt__open_8c.html,v 1.1 2008/06/08 10:13:38 sebdiaz Exp $" |