#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"
Go to the source code of this file.
Functions | |
static int | __log_set_lg_bsize (DB_ENV *dbenv, u_int32_t lg_bsize) |
static int | __log_set_lg_dir (DB_ENV *dbenv, const char *dir) |
static int | __log_set_lg_max (DB_ENV *dbenv, u_int32_t lg_max) |
static int __log_set_lg_dir | __P ((DB_ENV *, const char *)) |
static int __log_set_lg_max | __P ((DB_ENV *, u_int32_t)) |
void | CDB___log_dbenv_create (DB_ENV *dbenv) |
Variables | |
static const char | revid [] = "$Id: log__method_8c.html,v 1.1 2008/06/08 10:20:24 sebdiaz Exp $" |