allowedOp 98173 third_party/sqlite/amalgamation/sqlite3.c assert( allowedOp(pExpr->op) && pExpr->op!=TK_IN ); allowedOp 98195 third_party/sqlite/amalgamation/sqlite3.c assert( allowedOp(op) ); allowedOp 98559 third_party/sqlite/amalgamation/sqlite3.c if( allowedOp(pAndTerm->pExpr->op) ){ allowedOp 98798 third_party/sqlite/amalgamation/sqlite3.c if( allowedOp(op) && (pTerm->prereqRight & prereqLeft)==0 ){ allowedOp 519 third_party/sqlite/src/src/where.c assert( allowedOp(pExpr->op) && pExpr->op!=TK_IN ); allowedOp 541 third_party/sqlite/src/src/where.c assert( allowedOp(op) ); allowedOp 905 third_party/sqlite/src/src/where.c if( allowedOp(pAndTerm->pExpr->op) ){ allowedOp 1144 third_party/sqlite/src/src/where.c if( allowedOp(op) && (pTerm->prereqRight & prereqLeft)==0 ){