Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h220 … {"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/
Dcursor.h68 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args);
Dcursor.c979 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchall() function
1048 {"fetchall", (PyCFunction)pysqlite_cursor_fetchall, METH_NOARGS,