Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhereexpr.c99 static int allowedOp(int op){ in allowedOp() function
136 assert( allowedOp(op) ); in operatorMask()
703 if( allowedOp(pAndTerm->pExpr->op) in exprAnalyzeOrTerm()
1139 if( allowedOp(op) ){ in exprAnalyze()