Searched defs:pLimit (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dutrie.c263 uint32_t *pLimit; local
265 pLimit=block+limit;
268 while(block<pLimit) {
272 while(block<pLimit) {
H A Dutrie2_builder.c676 uint32_t *pLimit; local
678 pLimit=block+limit;
681 while(block<pLimit) {
685 while(block<pLimit) {
/external/sqlite/dist/
H A Dsqlite3.c9515 Expr *pLimit; /* LIMIT expression. NULL means not used. */ member in struct:Select
70762 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
79290 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
80802 Expr *pLimit, *pOffset; /* Saved values of p->nLimit and p->nOffset */ local
80897 Expr *pLimit, *pOffset; local
81981 Expr *pLimit = p->pLimit; local
90897 Expr *pLimit; /* The LIMIT expression. NULL if there is no limit */ member in struct:LimitVal
[all...]

Completed in 264 milliseconds