Home
last modified time | relevance | path

Searched defs:pysqlite_cursor_execute (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h48 pysqlite_cursor_execute(pysqlite_Cursor *self, PyObject *const *args, Py_ssize_t nargs) in pysqlite_cursor_execute() function
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.c769 PyObject* pysqlite_cursor_execute(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_execute() function