Searched refs:compRight (Results 1 – 1 of 1) sorted by relevance
118880 Expr compRight; /* The x<=z term */ local118886 memset(&compRight, 0, sizeof(Expr));118894 exprAnd.pRight = &compRight;118898 compRight.op = TK_LE;118899 compRight.pLeft = pDel;118900 compRight.pRight = pExpr->x.pList->a[1].pExpr;