Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h65 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args);
Dcursor.c935 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchone() function
1051 {"fetchone", (PyCFunction)pysqlite_cursor_fetchone, METH_NOARGS,