Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dcursor.c1093 pysqlite_cursor_iternext(pysqlite_Cursor *self) in pysqlite_cursor_iternext() function
1150 row = pysqlite_cursor_iternext(self); in pysqlite_cursor_fetchone_impl()
1180 while ((row = pysqlite_cursor_iternext(self))) { in pysqlite_cursor_fetchmany_impl()
1218 while ((row = pysqlite_cursor_iternext(self))) { in pysqlite_cursor_fetchall_impl()
1335 {Py_tp_iternext, pysqlite_cursor_iternext},