Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c645 if( iEq>0 && (pLoop->wsFlags & WHERE_IN_SEEKSCAN)==0 ){ in codeEqualityTerm()
685 && (pLoop->wsFlags & WHERE_IN_SEEKSCAN)==0 in codeEqualityTerm()
688 && (pLoop->wsFlags & (WHERE_IN_SEEKSCAN|WHERE_VIRTUALTABLE))==0 in codeEqualityTerm()
1814 if( iLevel>0 && (pLoop->wsFlags & WHERE_IN_SEEKSCAN)!=0 ){ in sqlite3WhereCodeOneLoopStart()
1892 if( (pLoop->wsFlags & WHERE_IN_SEEKSCAN)!=0 && op==OP_SeekGE ){ in sqlite3WhereCodeOneLoopStart()
H A DwhereInt.h631 #define WHERE_IN_SEEKSCAN 0x00100000 /* Seek-scan optimization for IN */ macro
H A Dwhere.c2946 pNew->wsFlags |= WHERE_IN_SEEKSCAN; in whereLoopAddBtreeIndex()
6094 && (pLoop->wsFlags & WHERE_IN_SEEKSCAN)==0 in sqlite3WhereBegin()