Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dcursor.h60 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args);
Dcursor.c800 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchone() function
918 {"fetchone", (PyCFunction)pysqlite_cursor_fetchone, METH_NOARGS,
/external/python/cpython2/Modules/_sqlite/
Dcursor.h66 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args);
Dcursor.c923 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchone() function
1044 {"fetchone", (PyCFunction)pysqlite_cursor_fetchone, METH_NOARGS,