Searched defs:nMax (Results 1 – 11 of 11) sorted by relevance
189 unsigned int nMax; /* Configured "cache_size" value */ member814 static void pcache1Cachesize(sqlite3_pcache *p, int nMax){ in pcache1Cachesize()
2221 static void walLimitSize(Wal *pWal, i64 nMax){ in walLimitSize()
4751 int nMax, nBuf, nDir, nLen; local
6880 int nMax; in test_pcache_stats() local
5005 i64 nMax = (nNL > nCR) ? nNL : nCR; local
159 int nMax; /* Max column count in any schema table */ member787 i64 nMax = (nNL > nCR) ? nNL : nCR; in recoverEscapeCrnl() local1962 int nMax = sqlite3_column_int(pLaf->pMaxField, 0); in recoverLostAndFound2Step() local2248 const int nMax = 65536; in recoverVfsDetectPagesize() local
296 static ThreadSet *testThreadInit(int nMax){ in testThreadInit()
463 static void unionCloseSources(UnionTab *pTab, int nMax){ in unionCloseSources()
1726 int nMax =0; in idxPopulateStat1() local
5185 int nMax = nPage; /* Maximum pages to write to disk */ in doLsmSingleWork() local
4552 static int fts5PoslistPrefix(const u8 *aBuf, int nMax){ in fts5PoslistPrefix()