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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c62 pNew->iOffset = -1;
380 if( p->iOffset>=0 ){
383 sqliteVdbeAddOp(v, OP_MemIncr, p->iOffset, addr);
1223 ** Compute the iLimit and iOffset fields of the SELECT based on the
1227 ** iLimit and iOffset are the integer memory register numbers for
1229 ** limit and/or offset, then iLimit and iOffset are negative.
1231 ** This routine changes the values if iLimit and iOffset only if
1233 ** iOffset should have been preset to appropriate default values
1264 p->iOffset = iMem;
1342 p->iOffset
[all...]
H A Dexpr.c242 pNew->iOffset = -1;
H A DsqliteInt.h864 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select

Completed in 71 milliseconds