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

/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dcommon_ext.h35 int __db_check_txn __P((DB *, DB_TXN *, DB_LOCKER *, int));
H A Dint_def.in545 #define __db_check_txn __db_check_txn@DB_VERSION_UNIQUE_NAME@
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_truncate.c95 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 0)) != 0)
H A Ddb_iface.c125 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 0)) != 0)
313 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 1)) != 0)
486 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 0)) != 0)
680 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID,
1003 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 1)) != 0)
1553 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 0)) != 0)
1983 if ((ret = __db_check_txn(dbp, dbc->txn, dbc->locker, 0)) != 0)
2258 (ret = __db_check_txn(dbp, dbc->txn, dbc->locker, 0)) != 0)
2449 if ((ret = __db_check_txn(dbp, dbc->txn, dbc->locker, 0)) != 0)
H A Ddb_rename.c175 if ((ret = __db_check_txn(dbp, NULL, DB_LOCK_INVALIDID, 0)) != 0)
H A Ddb_remove.c173 if ((ret = __db_check_txn(dbp, NULL, DB_LOCK_INVALIDID, 0)) != 0)
H A Ddb.c692 (void)__db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 0);
/macosx-10.9.5/BerkeleyDB-21/db/sequence/
H A Dsequence.c571 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 0)) != 0)
861 if ((ret = __db_check_txn(dbp, txn, DB_LOCK_INVALIDID, 0)) != 0)
/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Ddb_err.c693 * __db_check_txn --
696 * PUBLIC: int __db_check_txn __P((DB *, DB_TXN *, DB_LOCKER *, int));
699 __db_check_txn(dbp, txn, assoc_locker, read_op) function

Completed in 186 milliseconds