Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c118684 Expr compRight; /* The x<=z term */ local
118690 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;