Searched defs:MDB_txn (Results 1 – 2 of 2) sorted by relevance
1083 struct MDB_txn { struct1084 MDB_txn *mt_parent; /**< parent of a nested txn */ argument1086 MDB_txn *mt_child; argument1087 pgno_t mt_next_pgno; /**< next unallocated page */1092 txnid_t mt_txnid;1093 MDB_env *mt_env; /**< the DB environment */1096 MDB_IDL mt_free_pgs;1100 MDB_page *mt_loose_pgs;1102 int mt_loose_count;1107 MDB_IDL mt_spill_pgs;[all …]
240 typedef struct MDB_txn MDB_txn; typedef