Searched refs:EP_InfixFunc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dparse.y859 if( A.pExpr ) A.pExpr->flags |= EP_InfixFunc;
870 if( A.pExpr ) A.pExpr->flags |= EP_InfixFunc;
H A DsqliteInt.h1690 #define EP_InfixFunc 0x0080 /* True for an infix function: LIKE, GLOB, etc */ macro
H A Dexpr.c2596 if( nFarg>=2 && (pExpr->flags & EP_InfixFunc) ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10035 #define EP_InfixFunc 0x0080 /* True for an infix function: LIKE, GLOB, etc */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11403 #define EP_InfixFunc 0x000080 /* True for an infix function: LIKE, GLOB, etc */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11403 #define EP_InfixFunc 0x000080 /* True for an infix function: LIKE, GLOB, etc */ macro
[all...]

Completed in 8610 milliseconds