Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dcursor.h68 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args);
Dcursor.c980 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchall() function
1044 {"fetchall", (PyCFunction)pysqlite_cursor_fetchall, METH_NOARGS,