Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/clinic/
Dmodule.c.h61 pysqlite_enable_shared_cache_impl(PyObject *module, int do_enable);
80 return_value = pysqlite_enable_shared_cache_impl(module, do_enable); in pysqlite_enable_shared_cache()
/third_party/python/Modules/_sqlite/
Dmodule.c133 pysqlite_enable_shared_cache_impl(PyObject *module, int do_enable) in pysqlite_enable_shared_cache_impl() function