Home
last modified time | relevance | path

Searched refs:pysqlite_cursor_fetchmany (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dcursor.h61 PyObject* pysqlite_cursor_fetchmany(pysqlite_Cursor* self, PyObject* args, PyObject* kwargs);
Dcursor.c812 PyObject* pysqlite_cursor_fetchmany(pysqlite_Cursor* self, PyObject* args, PyObject* kwargs) in pysqlite_cursor_fetchmany() function
920 {"fetchmany", (PyCFunction)pysqlite_cursor_fetchmany, METH_VARARGS|METH_KEYWORDS,
/external/python/cpython2/Modules/_sqlite/
Dcursor.h67 PyObject* pysqlite_cursor_fetchmany(pysqlite_Cursor* self, PyObject* args, PyObject* kwargs);
Dcursor.c936 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,