#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include "db_int.h"
#include "db_shash.h"
#include "mp.h"
Go to the source code of this file.
Functions | |
static int | __bhcmp (void *p1, void *p2) const |
static int | __memp_fsync (DB_MPOOLFILE *dbmfp) |
static int | __memp_sballoc (DB_ENV *dbenv, BH ***bharrayp, u_int32_t *ndirtyp) |
static int __memp_sballoc | __P ((DB_ENV *, BH ***, u_int32_t *)) |
static int __memp_fsync | __P ((DB_MPOOLFILE *)) |
static int __bhcmp | __P ((const void *, const void *)) |
int | CDB___mp_xxx_fh (DB_MPOOLFILE *dbmfp, DB_FH **fhp) |
int | CDB_memp_fsync (DB_MPOOLFILE *dbmfp) |
int | CDB_memp_sync (DB_ENV *dbenv, DB_LSN *lsnp) |
Variables | |
static const char | revid [] = "$Id: mp__sync_8c.html,v 1.1 2008/06/08 10:20:52 sebdiaz Exp $" |