Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dwhere.c150 static int allowedOp(int op){ in allowedOp() function
178 if( allowedOp(pExpr->op) && (pInfo->prereqRight & pInfo->prereqLeft)==0 ){ in exprAnalyze()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c98823 static int allowedOp(int op){
98851 assert( allowedOp(pExpr->op) && pExpr->op!=TK_IN );
98873 assert( allowedOp(op) );
99237 if( allowedOp(pAndTerm->pExpr->op) ){
99476 if( allowedOp(op) && (pTerm->prereqRight & prereqLeft)==0 ){

Completed in 411 milliseconds