Searched refs:DB_TXN_ACTIVE (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_stat.c22 static char *__txn_status __P((DB_TXN_ACTIVE *));
23 static void __txn_gid __P((ENV *, DB_MSGBUF *, DB_TXN_ACTIVE *));
82 * Allocate for the maximum active transactions -- the DB_TXN_ACTIVE
92 nbytes = sizeof(DB_TXN_STAT) + sizeof(DB_TXN_ACTIVE) * maxtxn;
101 stats->st_txnarray = (DB_TXN_ACTIVE *)&stats[1];
224 DB_TXN_ACTIVE *txn;
368 DB_TXN_ACTIVE *txn;
407 DB_TXN_ACTIVE *txn;
431 const DB_TXN_ACTIVE *a, *b;
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Ds_java_stat64 /DB_TXN_ACTIVE[ ]*\*/{
141 /DB_TXN_ACTIVE[ ]*\*/{
183 /DB_TXN_ACTIVE[ ]*\*/{
221 /DB_TXN_ACTIVE[ ]*\*/{
248 /DB_TXN_ACTIVE[ ]*\*/{
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_txn.c384 DB_TXN_ACTIVE *p;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in176 struct __db_txn_active; typedef struct __db_txn_active DB_TXN_ACTIVE;
889 DB_TXN_ACTIVE *st_txnarray; /* array of active transactions */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h166 struct __db_txn_active; typedef struct __db_txn_active DB_TXN_ACTIVE; typedef in typeref:struct:__db_txn_active
879 DB_TXN_ACTIVE *st_txnarray; /* array of active transactions */
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h155 struct __db_txn_active; typedef struct __db_txn_active DB_TXN_ACTIVE; typedef in typeref:struct:__db_txn_active
868 DB_TXN_ACTIVE *st_txnarray; /* array of active transactions */
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h164 struct __db_txn_active; typedef struct __db_txn_active DB_TXN_ACTIVE; typedef in typeref:struct:__db_txn_active
877 DB_TXN_ACTIVE *st_txnarray; /* array of active transactions */
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h203 struct __db_txn_active; typedef struct __db_txn_active DB_TXN_ACTIVE; typedef in typeref:struct:__db_txn_active
916 DB_TXN_ACTIVE *st_txnarray; /* array of active transactions */
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h203 struct __db_txn_active; typedef struct __db_txn_active DB_TXN_ACTIVE; typedef in typeref:struct:__db_txn_active
916 DB_TXN_ACTIVE *st_txnarray; /* array of active transactions */

Completed in 279 milliseconds