Searched refs:pysqlite_cursor_fetchmany_impl (Results 1 – 2 of 2) sorted by relevance
183 pysqlite_cursor_fetchmany_impl(pysqlite_Cursor *self, int maxrows);207 return_value = pysqlite_cursor_fetchmany_impl(self, maxrows); in pysqlite_cursor_fetchmany()
1182 pysqlite_cursor_fetchmany_impl(pysqlite_Cursor *self, int maxrows) in pysqlite_cursor_fetchmany_impl() function