Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h609 pysqlite_connection_enable_load_extension_impl(pysqlite_Connection *self,
622 return_value = pysqlite_connection_enable_load_extension_impl(self, onoff); in pysqlite_connection_enable_load_extension()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c1519 pysqlite_connection_enable_load_extension_impl(pysqlite_Connection *self, in pysqlite_connection_enable_load_extension_impl() function