Searched refs:pysqlite_connection_exit_impl (Results 1 – 2 of 2) sorted by relevance
1120 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()
2226 pysqlite_connection_exit_impl(pysqlite_Connection *self, PyObject *exc_type, in pysqlite_connection_exit_impl() function