Lines Matching refs:cache_size
16281 int cache_size; /* Number of pages to use in the cache */ member
96690 mxCache = db->aDb[0].pSchema->cache_size;
130045 pDb->pSchema->cache_size = size;
130046 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
130349 returnSingleInt(v, pDb->pSchema->cache_size);
130352 pDb->pSchema->cache_size = size;
130353 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
132549 if( pDb->pSchema->cache_size==0 ){
132553 pDb->pSchema->cache_size = size;
132555 pDb->pSchema->cache_size = SQLITE_DEFAULT_CACHE_SIZE;
132557 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
144303 sqlite3BtreeSetCacheSize(pTemp, db->aDb[iDb].pSchema->cache_size);