Searched refs:mxCache (Results 1 – 1 of 1) sorted by relevance
107380 i64 mxCache; /* Cache size in bytes*/ local107384 mxCache = db->aDb[0].pSchema->cache_size;107385 if( mxCache<0 ){107388 mxCache = mxCache * -1024;107390 mxCache = mxCache * pgsz;107392 mxCache = MIN(mxCache, SQLITE_MAX_PMASZ);107393 pSorter->mxPmaSize = MAX(pSorter->mnPmaSize, (int)mxCache);