Home
last modified time | relevance | path

Searched defs:iLimit (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_pcache.c382 static void testpcacheTruncate(sqlite3_pcache *pCache, unsigned iLimit){ in testpcacheTruncate()
H A Dpcache1.c648 unsigned int iLimit /* Drop pages with this pgno or larger */ in pcache1TruncateUnsafe()
1156 static void pcache1Truncate(sqlite3_pcache *p, unsigned int iLimit){ in pcache1Truncate()
H A Dtest_quota.c81 sqlite3_int64 iLimit; /* Upper bound on total file size */ member
840 sqlite3_int64 iLimit, /* New quota to set for this quota group */ in sqlite3_quota_set()
1419 Tcl_WideInt iLimit; /* Initial quota in bytes */ in test_quota_set() local
H A Dpragma.c738 i64 iLimit = -2; in sqlite3Pragma() local
811 int iLimit = 0, addr; in sqlite3Pragma() local
H A Dmemdb.c430 sqlite3_int64 iLimit = *(sqlite3_int64*)pArg; in memdbFileControl() local
H A Dwal.c1073 int iLimit = 0; /* Zero values greater than this */ in walCleanupHash() local
1576 void sqlite3WalLimit(Wal *pWal, i64 iLimit){ in sqlite3WalLimit()
H A Dvdbemem.c1145 int iLimit; /* Maximum allowed string or blob size */ in sqlite3VdbeMemSetStr() local
H A Dpager.c1395 const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ in zeroJournalHdr() local
7391 i64 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit){ in sqlite3PagerJournalSizeLimit()
H A DwhereInt.h476 LogEst iLimit; /* LIMIT if wctrlFlags has WHERE_USE_LIMIT */ member
H A Dselect.c704 int iLimit; /* LIMIT counter */ in pushOntoSorter() local
2406 int iLimit = 0; in computeLimitRegisters() local
H A Dos_unix.c5857 int iLimit = 0; in unixGetTempname() local
H A Dshell.c.in8828 int iLimit = -1; local
H A DsqliteInt.h3349 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2536 int iLimit = 20; /* Max number of rows of output */ in spellfix1FilterForMatch() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c1445 int iLimit; in fts5DlidxLvlPrev() local