Searched refs:DB_TXNMGR (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_region.c15 static int __txn_init __P((ENV *, DB_TXNMGR *));
29 DB_TXNMGR *mgr;
33 if ((ret = __os_calloc(env, 1, sizeof(DB_TXNMGR), &mgr)) != 0)
82 DB_TXNMGR *mgr;
221 DB_TXNMGR *mgr;
302 * DB_TXNMGR structure, two mutexes for the DB_TXNREGION structure.
345 DB_TXNMGR *mgr;
383 DB_TXNMGR *mgr;
441 DB_TXNMGR *mgr;
H A Dtxn_chkpt.c100 DB_TXNMGR *mgr;
293 DB_TXNMGR *mgr;
323 DB_TXNMGR *mgr;
353 DB_TXNMGR *mgr;
H A Dtxn_failchk.c26 DB_TXNMGR *mgr;
H A Dtxn_recover.c34 DB_TXNMGR *mgr;
144 DB_TXNMGR *mgr;
H A Dtxn.c291 DB_TXNMGR *mgr;
362 DB_TXNMGR *mgr;
934 DB_TXNMGR *mgr;
1093 DB_TXNMGR *mgr;
1180 DB_TXNMGR *mgr;
1291 DB_TXNMGR *mgr;
1485 DB_TXNMGR *mgr;
1671 DB_TXNMGR *mgr;
H A Dtxn_stat.c69 DB_TXNMGR *mgr;
318 DB_TXNMGR *mgr;
330 __db_msg(env, "DB_TXNMGR handle information:");
331 __mutex_print_debug_single(env, "DB_TXNMGR mutex", mgr->mutex, flags);
H A Dtxn_util.c340 DB_TXNMGR *mgr;
394 DB_TXNMGR *mgr;
H A Dtxn_rec.c416 DB_TXNMGR *mgr;
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_cds.c147 * We need a dummy DB_TXNMGR -- it's the only way to get from a
150 if ((ret = __os_calloc(env, 1, sizeof(DB_TXNMGR), &txn->mgrp)) != 0)
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dclient.c266 DB_TXNMGR *tmgrp;
298 DB_TXNMGR *mgr;
H A Dgen_client_ret.c60 DB_TXNMGR *tmgrp;
81 if ((ret = __os_calloc(env, 1, sizeof(DB_TXNMGR), &tmgrp)) != 0)
/macosx-10.9.5/BerkeleyDB-21/db/xa/
H A Dxa.c80 DB_TXNMGR *mgr;
151 DB_TXNMGR *mgr;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h621 DB_TXNMGR *tx_handle; /* Txn handle */
H A Ddb.h168 struct __db_txnmgr; typedef struct __db_txnmgr DB_TXNMGR; typedef in typeref:struct:__db_txnmgr
711 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h620 DB_TXNMGR *tx_handle; /* Txn handle */
H A Ddb.h157 struct __db_txnmgr; typedef struct __db_txnmgr DB_TXNMGR; typedef in typeref:struct:__db_txnmgr
700 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h623 DB_TXNMGR *tx_handle; /* Txn handle */
H A Ddb.h166 struct __db_txnmgr; typedef struct __db_txnmgr DB_TXNMGR; typedef in typeref:struct:__db_txnmgr
709 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h620 DB_TXNMGR *tx_handle; /* Txn handle */
H A Ddb.h205 struct __db_txnmgr; typedef struct __db_txnmgr DB_TXNMGR; typedef in typeref:struct:__db_txnmgr
748 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h620 DB_TXNMGR *tx_handle; /* Txn handle */
H A Ddb.h205 struct __db_txnmgr; typedef struct __db_txnmgr DB_TXNMGR; typedef in typeref:struct:__db_txnmgr
748 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_int.in619 DB_TXNMGR *tx_handle; /* Txn handle */
H A Ddb.in178 struct __db_txnmgr; typedef struct __db_txnmgr DB_TXNMGR;
721 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_method.c865 DB_TXNMGR *mgr;

Completed in 394 milliseconds

12