Home
last modified time | relevance | path

Searched defs:nMax (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/src/
H A Dpcache1.c189 unsigned int nMax; /* Configured "cache_size" value */ member
814 static void pcache1Cachesize(sqlite3_pcache *p, int nMax){ in pcache1Cachesize()
H A Dwal.c2221 static void walLimitSize(Wal *pWal, i64 nMax){ in walLimitSize()
H A Dos_win.c4751 int nMax, nBuf, nDir, nLen; local
H A Dtest1.c6880 int nMax; in test_pcache_stats() local
H A Dshell.c.in5005 i64 nMax = (nNL > nCR) ? nNL : nCR; local
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c159 int nMax; /* Max column count in any schema table */ member
787 i64 nMax = (nNL > nCR) ? nNL : nCR; in recoverEscapeCrnl() local
1962 int nMax = sqlite3_column_int(pLaf->pMaxField, 0); in recoverLostAndFound2Step() local
2248 const int nMax = 65536; in recoverVfsDetectPagesize() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c296 static ThreadSet *testThreadInit(int nMax){ in testThreadInit()
/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c463 static void unionCloseSources(UnionTab *pTab, int nMax){ in unionCloseSources()
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c1726 int nMax =0; in idxPopulateStat1() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c5185 int nMax = nPage; /* Maximum pages to write to disk */ in doLsmSingleWork() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c4552 static int fts5PoslistPrefix(const u8 *aBuf, int nMax){ in fts5PoslistPrefix()