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

  /src/external/bsd/am-utils/dist/include/
amq_defs.h 96 struct amq_mount_tree *mt_child; member in struct:amq_mount_tree
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 1124 MDB_txn *mt_child; member in struct:MDB_txn
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
    [all...]

Completed in 51 milliseconds