HomeSort by: relevance | last modified time | path
    Searched defs:tx2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/store/
transaction_test.cpp 355 store::transaction tx2 = backend.start(); local
356 store::results_iterator iter = tx2.get_action_results(action_id);
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 2122 MDB_txn *tx2; local
2123 for (tx2 = txn->mt_parent; tx2; tx2 = tx2->mt_parent) {
2124 if (tx2->mt_spill_pgs) {
2125 j = mdb_midl_search(tx2->mt_spill_pgs, pn);
2126 if (j <= tx2->mt_spill_pgs[0] && tx2->mt_spill_pgs[j] == pn) {
2132 if (tx2)
2414 const MDB_txn *tx2; local
5521 MDB_txn *tx2 = txn; local
    [all...]

Completed in 32 milliseconds