Home
last modified time | relevance | path

Searched refs:WHERE_MULTI_OR (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dwherecode.c144 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_OR_SUBCLAUSE) ) return 0; in sqlite3WhereExplainOneScan()
640 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 ); in codeEqualityTerm()
1461 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 ); in sqlite3WhereCodeOneLoopStart()
2084 if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereCodeOneLoopStart()
2392 assert( (pLoop->wsFlags & WHERE_MULTI_OR)!=0 ); in sqlite3WhereCodeOneLoopStart()
H A DwhereInt.h624 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */ macro
H A Dwhere.c4224 pNew->wsFlags = WHERE_MULTI_OR; in whereLoopAddOr()
5974 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
6192 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0 ){ in sqlite3WhereBegin()
6401 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCoveringIdx) in sqlite3WhereEnd()
6403 if( ws & WHERE_MULTI_OR ){ in sqlite3WhereEnd()
6465 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereEnd()