Home
last modified time | relevance | path

Searched refs:mxCache (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c107380 i64 mxCache; /* Cache size in bytes*/ local
107384 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);