Searched defs:Expr (Results 1 – 3 of 3) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3.c | 6536 typedef struct Expr Expr; typedef 8360 struct Expr { struct 8365 Expr *pLeft, *pRight; /* Left and right subnodes */ argument 8366 ExprList *pList; /* A list of expressions used as function arguments argument 8385 ** The following are the meanings of bits in the Expr.flags field. argument 48522 static int walkExprTree(Expr *pExpr, int (*xFunc)(void*,Expr*), void *pArg){ in walkExprTree() argument 48537 static int walkExprList(ExprList *p, int (*xFunc)(void *, Expr*), void *pArg){ in walkExprList() argument 48552 static int walkSelectExpr(Select *p, int (*xFunc)(void *, Expr*), void *pArg){ in walkSelectExpr() argument
|
/external/webkit/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 1654 var Expr = Sizzle.selectors = { variable
|
D | concat-jquery-mootools-prototype.js | 1654 var Expr = Sizzle.selectors = { variable
|