Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h124 pysqlite_cursor_executescript_impl(pysqlite_Cursor *self,
146 return_value = pysqlite_cursor_executescript_impl(self, sql_script); in pysqlite_cursor_executescript()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c1036 pysqlite_cursor_executescript_impl(pysqlite_Cursor *self, in pysqlite_cursor_executescript_impl() function