Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h64 PyObject* pysqlite_cursor_iternext(pysqlite_Cursor *self);
Dcursor.c37 PyObject* pysqlite_cursor_iternext(pysqlite_Cursor* self);
884 PyObject* pysqlite_cursor_iternext(pysqlite_Cursor *self) in pysqlite_cursor_iternext() function
939 row = pysqlite_cursor_iternext(self); in pysqlite_cursor_fetchone()
970 row = pysqlite_cursor_iternext(self); in pysqlite_cursor_fetchmany()
1005 row = pysqlite_cursor_iternext(self); in pysqlite_cursor_fetchall()
1107 (iternextfunc)pysqlite_cursor_iternext, /* tp_iternext */