Searched refs:iLimit (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h8492 ** to the value of the iLimit parameter passed to xTruncate(). If any
8522 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
8543 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
H A Dsqlite3.c9555 ** to the value of the iLimit parameter passed to xTruncate(). If any
9585 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
9606 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
18620 ** detailed description of the meaning of the iLimit and iOffset fields.
18636 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select
39656 int iLimit = 0; local
48534 sqlite3_int64 iLimit = *(sqlite3_int64*)pArg; local
51353 pcache1Truncate(sqlite3_pcache *p, unsigned int iLimit) argument
53540 const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ local
59520 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit) argument
60857 int iLimit = 0; /* Zero values greater than this */ local
61331 sqlite3WalLimit(Wal *pWal, i64 iLimit) argument
77545 int iLimit; /* Maximum allowed string or blob size */ local
128279 i64 iLimit = -2; local
128352 int iLimit, addr; local
131765 int iLimit; /* LIMIT counter */ local
133352 int iLimit = 0; local
143783 LogEst iLimit; /* LIMIT if wctrlFlags has WHERE_USE_LIMIT */ member in struct:WhereInfo
221195 int iLimit; local
[all...]
H A Dshell.c18678 int iLimit = -1; local
18682 if( iLimit<0 ){
18683 iLimit = i;
18691 if( iLimit<0 ){
18699 sqlite3_limit(p->db, aLimit[iLimit].limitCode,
18702 printf("%20s %d\n", aLimit[iLimit].zLimitName,
18703 sqlite3_limit(p->db, aLimit[iLimit].limitCode, -1));
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h6040 ** to the value of the iLimit parameter passed to xTruncate(). If any
6062 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
H A Dsqlite3.c6593 ** to the value of the iLimit parameter passed to xTruncate(). If any
6615 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
10704 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select
36880 pcache1Truncate(sqlite3_pcache *p, unsigned int iLimit) argument
38829 const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ local
44156 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit) argument
45276 int iLimit = 0; /* Zero values greater than this */ local
45676 sqlite3WalLimit(Wal *pWal, i64 iLimit) argument
57841 int iLimit; /* Maximum allowed string or blob size */ local
90542 i64 iLimit = -2; local
90621 int iLimit, addr; local
92787 int iLimit; local
93788 int iLimit = 0; local
[all...]

Completed in 971 milliseconds