#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 "btree.h"
#include "hash.h"
#include "lock.h"
#include "log.h"
#include "mp.h"
Go to the source code of this file.
Functions | |
static int | __ham_alloc_pages (DB *dbp, __ham_groupalloc_args *argp) |
static int | __ham_free_pages (DB *dbp, DBMETA *mmeta, __ham_groupalloc_args *argp) |
static int __ham_free_pages | __P ((DB *, DBMETA *, __ham_groupalloc_args *)) |
static int __ham_alloc_pages | __P ((DB *, __ham_groupalloc_args *)) |
int | CDB___ham_copypage_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___ham_groupalloc_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___ham_insdel_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___ham_metagroup_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___ham_newpage_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___ham_replace_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___ham_splitdata_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
Variables | |
static const char | revid [] = "$Id: hash__rec_8c.html,v 1.1 2008/06/08 10:19:37 sebdiaz Exp $" |