Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h183 pysqlite_cursor_fetchmany_impl(pysqlite_Cursor *self, int maxrows);
207 return_value = pysqlite_cursor_fetchmany_impl(self, maxrows); in pysqlite_cursor_fetchmany()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c1182 pysqlite_cursor_fetchmany_impl(pysqlite_Cursor *self, int maxrows) in pysqlite_cursor_fetchmany_impl() function