Searched refs:WHERE_IN_SEEKSCAN (Results 1 – 3 of 3) sorted by relevance
645 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()
631 #define WHERE_IN_SEEKSCAN 0x00100000 /* Seek-scan optimization for IN */ macro
2946 pNew->wsFlags |= WHERE_IN_SEEKSCAN; in whereLoopAddBtreeIndex()6094 && (pLoop->wsFlags & WHERE_IN_SEEKSCAN)==0 in sqlite3WhereBegin()