#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "db_int.h"
#include "log.h"
#include "db_dispatch.h"
#include "txn.h"
#include "txn_auto.h"
Go to the source code of this file.
Functions | |
static int | __log_init (DB_ENV *dbenv, DB_LOG *dblp) |
static int | __log_recover (DB_LOG *dblp) |
static int __log_recover | __P ((DB_LOG *)) |
static int __log_init | __P ((DB_ENV *, DB_LOG *)) |
int | CDB___log_close (DB_ENV *dbenv) |
int | CDB___log_find (DB_LOG *dblp, int find_first, int *valp) |
int | CDB___log_open (DB_ENV *dbenv) |
int | CDB___log_valid (DB_LOG *dblp, u_int32_t number, int set_persist) |
int | CDB_log_stat (DB_ENV *dbenv, DB_LOG_STAT **statp, db_malloc) |
Variables | |
static const char | revid [] = "$Id: log_8c.html,v 1.1 2008/06/08 10:20:08 sebdiaz Exp $" |