Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c434 static int check_cursor(pysqlite_Cursor* cur) in check_cursor() function
468 if (!check_cursor(self)) { in _pysqlite_query_execute()
803 if (!check_cursor(self)) { in pysqlite_cursor_executescript()
890 if (!check_cursor(self)) { in pysqlite_cursor_iternext()