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()
4169 CHECK_CURSOR_NOT_CLOSED(self); in DBC_count()
4195 CHECK_CURSOR_NOT_CLOSED(self); in DBC_delete()
4215 CHECK_CURSOR_NOT_CLOSED(self); in DBC_dup()
4265 CHECK_CURSOR_NOT_CLOSED(self); in DBC_get()
4341 CHECK_CURSOR_NOT_CLOSED(self); in DBC_pget()
4414 CHECK_CURSOR_NOT_CLOSED(self); in DBC_get_recno()
4465 CHECK_CURSOR_NOT_CLOSED(self); in DBC_put()
4499 CHECK_CURSOR_NOT_CLOSED(self); in DBC_set()
[all …]