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
1430 CHECK_DB_NOT_CLOSED(self); in DB_append()
1595 CHECK_DB_NOT_CLOSED(self); in DB_associate()
1600 CHECK_DB_NOT_CLOSED(secondaryDB); in DB_associate()
1713 CHECK_DB_NOT_CLOSED(self); in _DB_consume()
1779 CHECK_DB_NOT_CLOSED(self); in DB_cursor()
1804 CHECK_DB_NOT_CLOSED(self); in DB_delete()
1851 CHECK_DB_NOT_CLOSED(self); in DB_compact()
1885 CHECK_DB_NOT_CLOSED(self); in DB_fd()
1911 CHECK_DB_NOT_CLOSED(self); in DB_exists()
[all …]