Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c303 PyObject* _pysqlite_fetch_one_row(pysqlite_Cursor* self) in _pysqlite_fetch_one_row() function
723 self->next_row = _pysqlite_fetch_one_row(self); in _pysqlite_query_execute()
928 self->next_row = _pysqlite_fetch_one_row(self); in pysqlite_cursor_iternext()