Searched defs:allowedOp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c491 static int allowedOp(int op){ function
519 assert( allowedOp(pExpr->op) && pExpr->op!=TK_IN );
541 assert( allowedOp(op) );
905 if( allowedOp(pAndTerm->pExpr->op) ){
1144 if( allowedOp(op) && (pTerm->prereqRight & prereqLeft)==0 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c98145 static int allowedOp(int op){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c111253 static int allowedOp(int op){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c111273 static int allowedOp(int op){ function
[all...]

Completed in 1080 milliseconds