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