Home
last modified time | relevance | path

Searched refs:INSERT_IN_DOUBLE_LINKED_LIST_TXN (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_bsddb.c300 #define INSERT_IN_DOUBLE_LINKED_LIST_TXN(backlink,object) \ macro
1013 INSERT_IN_DOUBLE_LINKED_LIST_TXN(txn->children_cursors,self); in newDBCursorObject()
2394 INSERT_IN_DOUBLE_LINKED_LIST_TXN(((DBTxnObject *)txnobj)->children_dbs,self); in DB_open()
8114 INSERT_IN_DOUBLE_LINKED_LIST_TXN(txn->parent_txn->children_dbs,db); in _promote_transaction_dbs_and_sequences()
8128 INSERT_IN_DOUBLE_LINKED_LIST_TXN(txn->parent_txn->children_sequences,dbs); in _promote_transaction_dbs_and_sequences()
8520 INSERT_IN_DOUBLE_LINKED_LIST_TXN(((DBTxnObject *)txnobj)->children_sequences,self); in DBSequence_open()