Home | History | Annotate | Download | only in orig

Lines Matching refs:szCache

45223 szCache;                        /* Configured cache size */
45415 ** Compute the number of pages of cache requested. p->szCache is the
45419 if( p->szCache>=0 ){
45422 return p->szCache;
45427 return (int)((-1024*(i64)p->szCache)/(p->szPage+p->szExtra));
45485 p->szCache = 100;
45987 pCache->szCache = mxPage;
45995 ** be the larger of the szSpill and szCache.