Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dconnection.c742 pysqlite_connection_rollback_impl(pysqlite_Connection *self) in pysqlite_connection_rollback_impl() function
2339 result = pysqlite_connection_rollback_impl(self); in pysqlite_connection_exit_impl()
2347 result = pysqlite_connection_rollback_impl(self); in pysqlite_connection_exit_impl()
/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h409 pysqlite_connection_rollback_impl(pysqlite_Connection *self);
414 return pysqlite_connection_rollback_impl(self); in pysqlite_connection_rollback()