Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c1190 PyObject* pysqlite_connection_call(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_call() function
1662 (ternaryfunc)pysqlite_connection_call, /* tp_call */
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c1651 pysqlite_connection_call(pysqlite_Connection *self, PyObject *args, in pysqlite_connection_call() function
2378 {Py_tp_call, pysqlite_connection_call},