Home
last modified time | relevance | path

Searched refs:sharedCacheEnabled (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dmain.c3196 }else if( sqlite3GlobalConfig.sharedCacheEnabled ){ in openDatabase()
H A DsqliteInt.h4017 int sharedCacheEnabled; /* true if shared-cache mode enabled */ member
H A Dtest1.c1541 ret = sqlite3GlobalConfig.sharedCacheEnabled; in test_enable_shared()
H A Dbtree.c90 sqlite3GlobalConfig.sharedCacheEnabled = enable; in sqlite3_enable_shared_cache()