Searched refs:WO_IN (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c209 #define WO_IN 0x001 macro
230 ** The WhereLevel.wsFlags field is usually set to WO_IN|WO_EQ|WO_ISNULL.
232 ** is set to WO_IN|WO_EQ. The WhereLevel.wsFlags field can then be used as
543 c = WO_IN;
551 assert( op!=TK_IN || c==WO_IN );
1974 testcase( pTerm->eOperator==WO_IN );
1976 if( pTerm->eOperator & (WO_IN|WO_ISNULL) ) continue;
2024 testcase( pTerm->eOperator==WO_IN );
2026 if( pTerm->eOperator & (WO_IN|WO_ISNULL) ) continue;
2714 idxEqTermMask = WO_EQ|WO_IN;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c110873 #define WO_IN macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110893 #define WO_IN macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c97863 #define WO_IN macro
[all...]

Completed in 442 milliseconds