Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c238 void pysqlite_do_all_statements(pysqlite_Connection* self, int action, int reset_cursors) in pysqlite_do_all_statements() function
374 pysqlite_do_all_statements(self, ACTION_FINALIZE, 1); in pysqlite_connection_close()
515 pysqlite_do_all_statements(self, ACTION_RESET, 1); in pysqlite_connection_rollback()