#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include "db_int.h"
#include "db_shash.h"
#include "mp.h"
#include "db_page.h"
Go to the source code of this file.
Functions | |
static int | __memp_upgrade (DB_MPOOL *dbmp, DB_MPOOLFILE *dbmfp, MPOOLFILE *mfp) |
static int __memp_upgrade | __P ((DB_MPOOL *, DB_MPOOLFILE *, MPOOLFILE *)) |
void | CDB___memp_bhfree (DB_MPOOL *dbmp, BH *bhp, int free_mem) |
int | CDB___memp_bhwrite (DB_MPOOL *dbmp, MPOOLFILE *mfp, BH *bhp, int *restartp, int *wrotep) |
int | CDB___memp_pg (DB_MPOOLFILE *dbmfp, BH *bhp, int is_pgin) |
int | CDB___memp_pgread (DB_MPOOLFILE *dbmfp, BH *bhp, int can_create) |
int | CDB___memp_pgwrite (DB_MPOOL *dbmp, DB_MPOOLFILE *dbmfp, BH *bhp, int *restartp, int *wrotep) |
Variables | |
static const char | revid [] = "$Id: mp__bh_8c.html,v 1.1 2008/06/08 10:20:39 sebdiaz Exp $" |