Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddb.h168 struct DBObject *sibling_next_txn; member
184 struct DBCursorObject *sibling_next_txn; member
243 struct DBSequenceObject *sibling_next_txn; member
D_bsddb.c302 object->sibling_next_txn=backlink; \
305 if (object->sibling_next_txn) { \
306 object->sibling_next_txn->sibling_prev_p_txn= \
307 &(object->sibling_next_txn); \
313 if (object->sibling_next_txn) { \
314 object->sibling_next_txn->sibling_prev_p_txn= \
317 *(object->sibling_prev_p_txn)=object->sibling_next_txn; \
932 self->sibling_next_txn=NULL; in newDBObject()