Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h44 pysqlite_cursor_execute_impl(pysqlite_Cursor *self, PyObject *sql,
70 return_value = pysqlite_cursor_execute_impl(self, sql, parameters); in pysqlite_cursor_execute()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c1001 pysqlite_cursor_execute_impl(pysqlite_Cursor *self, PyObject *sql, in pysqlite_cursor_execute_impl() function