#include "config.h"
#include <sys/types.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include "db_int.h"
Go to the source code of this file.
Functions | |
static int | __db_des_destroy (DB_ENV *dbenv, REGION *rp) |
static int | __db_des_get (DB_ENV *dbenv, REGINFO *env_infop, REGINFO *infop, REGION **rpp) |
static int | __db_e_remfile (DB_ENV *dbenv) |
static int | __db_faultmem (void *addr, size_t size, int created) |
static int __db_faultmem | __P ((void *, size_t, int)) |
static int __db_e_remfile | __P ((DB_ENV *)) |
static int __db_des_get | __P ((DB_ENV *, REGINFO *, REGINFO *, REGION **)) |
static int __db_des_destroy | __P ((DB_ENV *, REGION *)) |
int | CDB___db_e_attach (DB_ENV *dbenv) |
int | CDB___db_e_detach (DB_ENV *dbenv, int destroy) |
int | CDB___db_e_remove (DB_ENV *dbenv, int force) |
int | CDB___db_e_stat (DB_ENV *dbenv, REGENV *arg_renv, REGION *arg_regions, int *arg_regions_cnt) |
int | CDB___db_r_attach (DB_ENV *dbenv, REGINFO *infop, size_t size) |
int | CDB___db_r_detach (DB_ENV *dbenv, REGINFO *infop, int destroy) |
Variables | |
static const char | revid [] = "$Id: env__region_8c.html,v 1.1 2008/06/08 10:18:46 sebdiaz Exp $" |