Searched refs:pysqlite_cursor_iternext (Results 1 – 1 of 1) sorted by relevance
1093 pysqlite_cursor_iternext(pysqlite_Cursor *self) in pysqlite_cursor_iternext() function1150 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},