Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h67 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args);
Dcursor.c991 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchall() function
1055 {"fetchall", (PyCFunction)pysqlite_cursor_fetchall, METH_NOARGS,