Searched refs:pLimit (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dutrie.cpp263 uint32_t *pLimit; local
265 pLimit=block+limit;
268 while(block<pLimit) {
272 while(block<pLimit) {
H A Dutrie2_builder.cpp676 uint32_t *pLimit; local
678 pLimit=block+limit;
681 while(block<pLimit) {
685 while(block<pLimit) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y42 Expr *pLimit; /* The LIMIT expression. NULL if there is no limit */
355 A = sqlite3SelectNew(W,X,Y,P,Q,Z,D,L.pLimit,L.pOffset);
526 sqlite3ExprDelete($$.pLimit);
529 limit_opt(A) ::= . {A.pLimit = 0; A.pOffset = 0;}
530 limit_opt(A) ::= LIMIT expr(X). {A.pLimit = X; A.pOffset = 0;}
532 {A.pLimit = X; A.pOffset = Y;}
534 {A.pOffset = X; A.pLimit = Y;}
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c10702 Expr *pLimit; /* LIMIT expression. NULL means not used. */ member in struct:Select
83529 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
92397 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
94013 Expr *pLimit, *pOffset; /* Saved values of p->nLimit and p->nOffset */ local
94111 Expr *pLimit, *pOffset; local
95215 Expr *pLimit = p->pLimit; local
105570 Expr *pLimit; /* The LIMIT expression. NULL if there is no limit */ member in struct:LimitVal
[all...]

Completed in 259 milliseconds