Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dcursor.c348 static int check_cursor(pysqlite_Cursor* cur) in check_cursor() function
385 if (!check_cursor(self)) { in _pysqlite_query_execute()
638 if (!check_cursor(self)) { in pysqlite_cursor_executescript()
716 if (!check_cursor(self)) { in pysqlite_cursor_iternext()
/external/python/cpython2/Modules/_sqlite/
Dcursor.c417 static int check_cursor(pysqlite_Cursor* cur) in check_cursor() function
455 if (!check_cursor(self)) { in _pysqlite_query_execute()
792 if (!check_cursor(self)) { in pysqlite_cursor_executescript()
879 if (!check_cursor(self)) { in pysqlite_cursor_iternext()