Searched refs:exprAnd (Results 1 – 1 of 1) sorted by relevance
118878 Expr exprAnd; /* The AND operator in x>=y AND x<=z */ local118887 memset(&exprAnd, 0, sizeof(Expr));118892 exprAnd.op = TK_AND;118893 exprAnd.pLeft = &compLeft;118894 exprAnd.pRight = &compRight;118903 xJump(pParse, &exprAnd, dest, jumpIfNull);118911 sqlite3ExprCodeTarget(pParse, &exprAnd, dest);