Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c339 #define CHECK_DB_NOT_CLOSED(dbobj) \ macro
1432 CHECK_DB_NOT_CLOSED(self); in DB_append()
1612 CHECK_DB_NOT_CLOSED(self); in DB_associate()
1617 CHECK_DB_NOT_CLOSED(secondaryDB); in DB_associate()
1730 CHECK_DB_NOT_CLOSED(self); in _DB_consume()
1796 CHECK_DB_NOT_CLOSED(self); in DB_cursor()
1821 CHECK_DB_NOT_CLOSED(self); in DB_delete()
1868 CHECK_DB_NOT_CLOSED(self); in DB_compact()
1902 CHECK_DB_NOT_CLOSED(self); in DB_fd()
1928 CHECK_DB_NOT_CLOSED(self); in DB_exists()
[all …]