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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c60 pNew->iOffset = -1;
378 if( p->iOffset>=0 ){
381 sqliteVdbeAddOp(v, OP_MemIncr, p->iOffset, addr);
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
1231 ** iOffset should have been preset to appropriate default values
1262 p->iOffset = iMem;
1340 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 59 milliseconds