Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c886 PyObject* next_row_tuple; in pysqlite_cursor_iternext() local
908 next_row_tuple = self->next_row; in pysqlite_cursor_iternext()
912 next_row = PyObject_CallFunction(self->row_factory, "OO", self, next_row_tuple); in pysqlite_cursor_iternext()
913 Py_DECREF(next_row_tuple); in pysqlite_cursor_iternext()
915 next_row = next_row_tuple; in pysqlite_cursor_iternext()