Home
last modified time | relevance | path

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

/PHP-8.2/ext/dba/
H A Ddba_lmdb.c32 MDB_txn *txn; member
42 MDB_txn *txn; in DBA_OPEN_FUNC() local
116 LMDB_IT(txn) = txn; in DBA_OPEN_FUNC()
118 mdb_txn_abort(LMDB_IT(txn)); in DBA_OPEN_FUNC()
155 mdb_txn_abort(LMDB_IT(txn)); in DBA_FETCH_FUNC()
164 mdb_txn_reset(LMDB_IT(txn)); in DBA_FETCH_FUNC()
166 mdb_txn_abort(LMDB_IT(txn)); in DBA_FETCH_FUNC()
193 mdb_txn_abort(LMDB_IT(txn)); in DBA_UPDATE_FUNC()
270 mdb_txn_abort(LMDB_IT(txn)); in DBA_DELETE_FUNC()
308 mdb_txn_reset(LMDB_IT(txn)); in DBA_FIRSTKEY_FUNC()
[all …]
/PHP-8.2/ext/oci8/tests/
H A Ddrcp_scope4.phpt19 // txn is rolled back and hence the updated value will not be
H A Ddrcp_scope2.phpt17 // When the scope ends the txn is rolled back and hence the updated value
H A Ddrcp_scope1.phpt17 // When the scope ends the txn is rolled back and hence the updated value

Completed in 7 milliseconds