Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c57861 int separateCache; /* Use a new PGroup for each PCache */ member
58080 assert( pcache1.separateCache==0 );
58352 pcache1.separateCache = 0;
58354 pcache1.separateCache = sqlite3GlobalConfig.pPage==0
58357 pcache1.separateCache = sqlite3GlobalConfig.pPage==0;
58366 if( pcache1.separateCache
58406 sz = sizeof(PCache1) + sizeof(PGroup)*pcache1.separateCache;
58409 if( pcache1.separateCache ){