Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h153 pysqlite_cursor_fetchmany_impl(pysqlite_Cursor *self, int maxrows);
177 return_value = pysqlite_cursor_fetchmany_impl(self, maxrows); in pysqlite_cursor_fetchmany()
/external/python/cpython3/Modules/_sqlite/
Dcursor.c866 pysqlite_cursor_fetchmany_impl(pysqlite_Cursor *self, int maxrows) in pysqlite_cursor_fetchmany_impl() function