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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c59 pNew->iLimit = -1;
387 if( p->iLimit>=0 ){
388 sqliteVdbeAddOp(v, OP_MemIncr, p->iLimit, iBreak);
1221 ** Compute the iLimit and iOffset fields of the SELECT based on the
1225 ** iLimit and iOffset are the integer memory register numbers for
1227 ** limit and/or offset, then iLimit and iOffset are negative.
1229 ** This routine changes the values if iLimit and iOffset only if
1230 ** a limit or offset is defined by nLimit and nOffset. iLimit and
1254 p->iLimit = iMem;
1339 p->iLimit
[all...]
H A Dexpr.c241 pNew->iLimit = -1;
H A DsqliteInt.h864 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select

Completed in 27 milliseconds