Home | History | Annotate | Download | only in liblmdb

Lines Matching defs:mt_child

1124 	MDB_txn		*mt_child;
1192 #define MDB_TXN_HAS_CHILD 0x10 /**< txn has an #MDB_txn.%mt_child */
2827 txn->mt_child = NULL;
2947 parent->mt_child = txn;
3092 txn->mt_parent->mt_child = NULL;
3126 if (txn->mt_child)
3127 _mdb_txn_abort(txn->mt_child);
3527 if (txn->mt_child) {
3528 rc = _mdb_txn_commit(txn->mt_child);
3672 parent->mt_child = NULL;