Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h6900 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
6921 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
H A Dsqlite3.c49856 if( iLimit ){
63966 if( nByte>iLimit ) nByte = iLimit+1;
104216 if( iLimit<-1 ) iLimit = -1;
104218 iLimit = sqlite3PagerJournalSizeLimit(pPager, iLimit);
107033 int iLimit;
107037 iLimit = pSelect->iLimit;
108265 int iLimit = 0;
108279 p->iLimit = iLimit = ++pParse->nMem;
108722 pPrior->iLimit = p->iLimit;
108734 p->iLimit = pPrior->iLimit;
[all …]

Completed in 334 milliseconds