Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h1120 pysqlite_connection_exit_impl(pysqlite_Connection *self, PyObject *exc_type,
1137 return_value = pysqlite_connection_exit_impl(self, exc_type, exc_value, exc_tb); in pysqlite_connection_exit()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c2226 pysqlite_connection_exit_impl(pysqlite_Connection *self, PyObject *exc_type, in pysqlite_connection_exit_impl() function