Home
last modified time | relevance | path

Searched refs:txn (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/dba/
H A Ddba_lmdb.c36 MDB_txn *txn; member
46 MDB_txn *txn; in DBA_OPEN_FUNC() local
91 LMDB_IT(txn) = txn; in DBA_OPEN_FUNC()
93 mdb_txn_abort(LMDB_IT(txn)); in DBA_OPEN_FUNC()
130 mdb_txn_abort(LMDB_IT(txn)); in DBA_FETCH_FUNC()
140 mdb_txn_reset(LMDB_IT(txn)); in DBA_FETCH_FUNC()
142 mdb_txn_abort(LMDB_IT(txn)); in DBA_FETCH_FUNC()
169 mdb_txn_abort(LMDB_IT(txn)); in DBA_UPDATE_FUNC()
176 mdb_txn_abort(LMDB_IT(txn)); in DBA_UPDATE_FUNC()
284 mdb_txn_reset(LMDB_IT(txn)); in DBA_FIRSTKEY_FUNC()
[all …]
/PHP-7.2/ext/oci8/tests/
H A Ddrcp_scope4.phpt19 // txn is rolled back and hence the updated value will not be
H A Ddrcp_scope1.phpt17 // When the scope ends the txn is rolled back and hence the updated value
H A Ddrcp_scope2.phpt17 // When the scope ends the txn is rolled back and hence the updated value

Completed in 10 milliseconds