Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c56332 int separateCache; /* Use a new PGroup for each PCache */ member
56551 assert( pcache1.separateCache==0 );
56823 pcache1.separateCache = 0;
56825 pcache1.separateCache = sqlite3GlobalConfig.pPage==0
56828 pcache1.separateCache = sqlite3GlobalConfig.pPage==0;
56837 if( pcache1.separateCache
56877 sz = sizeof(PCache1) + sizeof(PGroup)*pcache1.separateCache;
56880 if( pcache1.separateCache ){