Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c57908 int separateCache; /* Use a new PGroup for each PCache */ member
58129 assert( pcache1.separateCache==0 );
58401 pcache1.separateCache = 0;
58403 pcache1.separateCache = sqlite3GlobalConfig.pPage==0
58406 pcache1.separateCache = sqlite3GlobalConfig.pPage==0;
58415 if( pcache1.separateCache
58455 sz = sizeof(PCache1) + sizeof(PGroup)*pcache1.separateCache;
58458 if( pcache1.separateCache ){