Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h1100 pysqlite_connection_enter_impl(pysqlite_Connection *self);
1105 return pysqlite_connection_enter_impl(self); in pysqlite_connection_enter()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c2203 pysqlite_connection_enter_impl(pysqlite_Connection *self) in pysqlite_connection_enter_impl() function