#include "config.h"
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "txn.h"
#include "db_am.h"
Go to the source code of this file.
Functions | |
static int __txn_set_tx_timestamp | __P ((DB_ENV *, time_t *)) |
static int __txn_set_tx_recover | __P ((DB_ENV *, int(*)(DB_ENV *, DBT *, DB_LSN *, db_recops, void *))) |
static int __txn_set_tx_max | __P ((DB_ENV *, u_int32_t)) |
static int __txn_init | __P ((DB_ENV *, DB_TXNMGR *)) |
static int | __txn_init (DB_ENV *dbenv, DB_TXNMGR *tmgrp) |
static int | __txn_set_tx_max (DB_ENV *dbenv, u_int32_t tx_max) |
static int | __txn_set_tx_recover (DB_ENV *dbenv, int *tx_recover) |
static int | __txn_set_tx_timestamp (DB_ENV *dbenv, time_t *timestamp) |
int | CDB___txn_close (DB_ENV *dbenv) |
void | CDB___txn_dbenv_create (DB_ENV *dbenv) |
int | CDB___txn_open (DB_ENV *dbenv) |
int | CDB_txn_stat (DB_ENV *dbenv, DB_TXN_STAT **statp, db_malloc) |
Variables | |
static const char | revid [] = "$Id: txn__region_8c.html,v 1.1 2008/06/08 10:24:57 sebdiaz Exp $" |