#include "config.h"
#include <sys/types.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "log.h"
#include "hash.h"
Go to the source code of this file.
Functions | |
int | CDB___db_addrem_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___db_big_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___db_debug_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___db_noop_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___db_ovref_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
int | CDB___db_relink_recover (DB_ENV *dbenv, DBT *dbtp, DB_LSN *lsnp, db_recops op, void *info) |
Variables | |
static const char | revid [] = "$Id: db__rec_8c.html,v 1.1 2008/06/08 10:18:14 sebdiaz Exp $" |