OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Aug 17 00:26:26 UTC 2026