Home
last modified time | relevance | path

Searched refs:compRight (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c5129 Expr compRight; /* The x<=z term */ in exprCodeBetween() local
5135 memset(&compRight, 0, sizeof(Expr)); in exprCodeBetween()
5143 exprAnd.pRight = &compRight; in exprCodeBetween()
5147 compRight.op = TK_LE; in exprCodeBetween()
5148 compRight.pLeft = pDel; in exprCodeBetween()
5149 compRight.pRight = pExpr->x.pList->a[1].pExpr; in exprCodeBetween()