Home
last modified time | relevance | path

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

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