Searched refs:cached_statements (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | module.c | 59 int cached_statements; in module_connect() local 65 …base, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statements)) in module_connect()
|
D | connection.c | 69 int cached_statements = 100; in pysqlite_connection_init() local 78 …base, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statements)) in pysqlite_connection_init() 158 …sqlite_Cache*)PyObject_CallFunction((PyObject*)&pysqlite_CacheType, "Oi", self, cached_statements); in pysqlite_connection_init()
|