Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhereexpr.c361 unsigned char eOp2; in isAuxiliaryVtabOperator() member
391 *peOp2 = aOp[i].eOp2; in isAuxiliaryVtabOperator()
1066 unsigned char eOp2 = 0; /* op2 value for LIKE/REGEXP/GLOB */ in exprAnalyze() local
1463 int res = isAuxiliaryVtabOperator(db, pExpr, &eOp2, &pLeft, &pRight); in exprAnalyze()
1486 pNewTerm->eMatchOp = eOp2; in exprAnalyze()