Home
last modified time | relevance | path

Searched defs:DBTxnObject (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dbsddb.h191 typedef struct DBTxnObject { struct
196 struct DBTxnObject *parent_txn; argument
197 struct DBTxnObject **sibling_prev_p; argument
198 struct DBTxnObject *sibling_next; argument
199 struct DBTxnObject *children_txns; argument
204 } DBTxnObject; typedef