Searched refs:exprAnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c3112 Expr exprAnd; /* The AND operator in x>=y AND x<=z */ local
3120 exprAnd.op = TK_AND;
3121 exprAnd.pLeft = &compLeft;
3122 exprAnd.pRight = &compRight;
3132 sqlite3ExprIfTrue(pParse, &exprAnd, dest, jumpIfNull);
3134 sqlite3ExprIfFalse(pParse, &exprAnd, dest, jumpIfNull);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c73849 Expr exprAnd; /* The AND operator in x>=y AND x<=z */ local
[all...]

Completed in 205 milliseconds