Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h255 pysqlite_connection_set_progress_handler_impl(pysqlite_Connection *self,
278 return_value = pysqlite_connection_set_progress_handler_impl(self, progress_handler, n); in pysqlite_connection_set_progress_handler()
/third_party/python/Modules/_sqlite/
Dconnection.c1130 pysqlite_connection_set_progress_handler_impl(pysqlite_Connection *self, in pysqlite_connection_set_progress_handler_impl() function