Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h43 pysqlite_cursor_execute_impl(pysqlite_Cursor *self, PyObject *sql,
69 return_value = pysqlite_cursor_execute_impl(self, sql, parameters); in pysqlite_cursor_execute()
/external/python/cpython3/Modules/_sqlite/
Dcursor.c657 pysqlite_cursor_execute_impl(pysqlite_Cursor *self, PyObject *sql, in pysqlite_cursor_execute_impl() function