Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h223 pysqlite_cursor_fetchall_impl(pysqlite_Cursor *self);
228 return pysqlite_cursor_fetchall_impl(self); in pysqlite_cursor_fetchall()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c1221 pysqlite_cursor_fetchall_impl(pysqlite_Cursor *self) in pysqlite_cursor_fetchall_impl() function