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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c33 int nLimit, /* LIMIT value. -1 means not used */
57 pNew->nLimit = nLimit;
1222 ** nLimit and nOffset fields. nLimit and nOffset hold the integers
1230 ** a limit or offset is defined by nLimit and nOffset. iLimit and
1233 ** Only if nLimit>=0 or nOffset>0 do the limit registers get
1240 ** If the comparison is p->nLimit>0 then "LIMIT 0" shows
1242 ** p->nLimit>=0 then "LIMIT 0" show no rows at all.
1248 if( p->nLimit>
25 sqliteSelectNew( ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, int nLimit, int nOffset ) argument
1355 int nLimit, nOffset; /* Saved values of p->nLimit and p->nOffset */ local
1440 int nLimit, nOffset; local
[all...]
H A Dexpr.c238 pNew->nLimit = p->nLimit;
H A DsqliteInt.h847 ** nLimit is set to -1 if there is no LIMIT clause. nOffset is set to 0.
848 ** If there is a LIMIT clause, the parser sets nLimit to the value of the
850 ** offset). But later on, nLimit and nOffset become the memory locations
863 int nLimit, nOffset; /* LIMIT and OFFSET values. -1 means not used */ member in struct:Select

Completed in 35 milliseconds