Searched refs:pysqlite_cursor_execute (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/ |
D | cursor.c.h | 41 …{"execute", _PyCFunction_CAST(pysqlite_cursor_execute), METH_FASTCALL, pysqlite_cursor_execute__do… 48 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/ |
D | cursor.h | 62 PyObject* pysqlite_cursor_execute(pysqlite_Cursor* self, PyObject* args);
|
D | cursor.c | 769 PyObject* pysqlite_cursor_execute(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_execute() function 1038 {"execute", (PyCFunction)pysqlite_cursor_execute, METH_VARARGS,
|