Searched refs:pysqlite_cursor_fetchall (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/ |
D | cursor.c.h | 220 … {"fetchall", (PyCFunction)pysqlite_cursor_fetchall, METH_NOARGS, pysqlite_cursor_fetchall__doc__}, 226 pysqlite_cursor_fetchall(pysqlite_Cursor *self, PyObject *Py_UNUSED(ignored)) in pysqlite_cursor_fetchall() function
|
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | cursor.h | 68 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args);
|
D | cursor.c | 979 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchall() function 1048 {"fetchall", (PyCFunction)pysqlite_cursor_fetchall, METH_NOARGS,
|