Lines Matching defs:szCache
52654 int szCache; /* Configured cache size */
52870 ** Compute the number of pages of cache requested. p->szCache is the
52874 if( p->szCache>=0 ){
52877 return p->szCache;
52884 n = ((-1024*(i64)p->szCache)/(p->szPage+p->szExtra));
52945 p->szCache = 100;
53460 pCache->szCache = mxPage;
53468 ** be the larger of the szSpill and szCache.