Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddb.h144 struct DBObject *children_dbs; member
200 struct DBObject *children_dbs; member
D_bsddb.c925 INSERT_IN_DOUBLE_LINKED_LIST(self->myenvobj->children_dbs,self); in newDBObject()
1113 self->children_dbs = NULL; in newDBEnvObject()
1183 self->children_dbs = NULL; in newDBTxnObject()
2394 INSERT_IN_DOUBLE_LINKED_LIST_TXN(((DBTxnObject *)txnobj)->children_dbs,self); in DB_open()
4922 while(self->children_dbs) { in DBEnv_close_internal()
4923 dummy = DB_close_internal(self->children_dbs, 0, 0); in DBEnv_close_internal()
8110 while (txn->children_dbs) { in _promote_transaction_dbs_and_sequences()
8111 db=txn->children_dbs; in _promote_transaction_dbs_and_sequences()
8114 INSERT_IN_DOUBLE_LINKED_LIST_TXN(txn->parent_txn->children_dbs,db); in _promote_transaction_dbs_and_sequences()
8237 while (self->children_dbs) { in DBTxn_abort_discard_internal()
[all …]