Searched refs:WHERE_IN_EARLYOUT (Results 1 – 3 of 3) sorted by relevance
629 #define WHERE_IN_EARLYOUT 0x00040000 /* Perhaps quit IN loops early */ macro
646 pLoop->wsFlags |= WHERE_IN_EARLYOUT; in codeEqualityTerm()2024 if( (pLoop->wsFlags & WHERE_IN_EARLYOUT)!=0 ){ in sqlite3WhereCodeOneLoopStart()
6340 && (pLoop->wsFlags & WHERE_IN_EARLYOUT)!=0; in sqlite3WhereEnd()