Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h86 pysqlite_cursor_executemany_impl(pysqlite_Cursor *self, PyObject *sql,
108 return_value = pysqlite_cursor_executemany_impl(self, sql, seq_of_parameters); in pysqlite_cursor_executemany()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c1019 pysqlite_cursor_executemany_impl(pysqlite_Cursor *self, PyObject *sql, in pysqlite_cursor_executemany_impl() function