Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h679 …{"execute", _PyCFunction_CAST(pysqlite_connection_execute), METH_FASTCALL, pysqlite_connection_exe…
686 pysqlite_connection_execute(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs) in pysqlite_connection_execute() function
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c1254 PyObject* pysqlite_connection_execute(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_execute() function
1611 {"execute", (PyCFunction)pysqlite_connection_execute, METH_VARARGS,