Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:pysqlite_cursor_iternext

37 PyObject* pysqlite_cursor_iternext(pysqlite_Cursor* self);

884 PyObject* pysqlite_cursor_iternext(pysqlite_Cursor *self)
939 row = pysqlite_cursor_iternext(self);
970 row = pysqlite_cursor_iternext(self);
1005 row = pysqlite_cursor_iternext(self);
1107 (iternextfunc)pysqlite_cursor_iternext, /* tp_iternext */