Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c345 #define CHECK_CURSOR_NOT_CLOSED(curs) \ macro
803 CHECK_CURSOR_NOT_CLOSED(self); in _DBCursor_get()
4193 CHECK_CURSOR_NOT_CLOSED(self); in DBC_count()
4219 CHECK_CURSOR_NOT_CLOSED(self); in DBC_delete()
4239 CHECK_CURSOR_NOT_CLOSED(self); in DBC_dup()
4289 CHECK_CURSOR_NOT_CLOSED(self); in DBC_get()
4365 CHECK_CURSOR_NOT_CLOSED(self); in DBC_pget()
4438 CHECK_CURSOR_NOT_CLOSED(self); in DBC_get_recno()
4489 CHECK_CURSOR_NOT_CLOSED(self); in DBC_put()
4523 CHECK_CURSOR_NOT_CLOSED(self); in DBC_set()
[all …]