Searched refs:pysqlite_cursor_fetchmany (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/ |
D | cursor.c.h | 180 …{"fetchmany", _PyCFunction_CAST(pysqlite_cursor_fetchmany), METH_FASTCALL|METH_KEYWORDS, pysqlite_… 186 pysqlite_cursor_fetchmany(pysqlite_Cursor *self, PyObject *const *args, Py_ssize_t nargs, PyObject … in pysqlite_cursor_fetchmany() function
|
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | cursor.h | 67 PyObject* pysqlite_cursor_fetchmany(pysqlite_Cursor* self, PyObject* args, PyObject* kwargs);
|
D | cursor.c | 936 PyObject* pysqlite_cursor_fetchmany(pysqlite_Cursor* self, PyObject* args, PyObject* kwargs) in pysqlite_cursor_fetchmany() function 1046 {"fetchmany", (PyCFunction)pysqlite_cursor_fetchmany, METH_VARARGS|METH_KEYWORDS,
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 367 Modules/_sqlite/cursor.c pysqlite_cursor_fetchmany kwlist -
|