Searched refs:compRight (Results 1 – 1 of 1) sorted by relevance
118684 Expr compRight; /* The x<=z term */ local118690 memset(&compRight, 0, sizeof(Expr));118698 exprAnd.pRight = &compRight;118702 compRight.op = TK_LE;118703 compRight.pLeft = pDel;118704 compRight.pRight = pExpr->x.pList->a[1].pExpr;