Lines Matching refs:cache_size
16614 int cache_size; /* Number of pages to use in the cache */ member
94651 mxCache = db->aDb[0].pSchema->cache_size;
125871 pDb->pSchema->cache_size = size;
125872 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
126169 returnSingleInt(v, pDb->pSchema->cache_size);
126172 pDb->pSchema->cache_size = size;
126173 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
128198 if( pDb->pSchema->cache_size==0 ){
128202 pDb->pSchema->cache_size = size;
128204 pDb->pSchema->cache_size = SQLITE_DEFAULT_CACHE_SIZE;
128206 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
138620 sqlite3BtreeSetCacheSize(pTemp, db->aDb[iDb].pSchema->cache_size);