Home
last modified time | relevance | path

Searched defs:statement_cache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.h71 pysqlite_Cache* statement_cache; member
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.h64 PyObject *statement_cache; member
Dconnection.c224 PyObject *statement_cache = new_statement_cache(self, state, cache_size); in pysqlite_connection_init_impl() local