Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h629 #define WHERE_IN_EARLYOUT 0x00040000 /* Perhaps quit IN loops early */ macro
H A Dwherecode.c646 pLoop->wsFlags |= WHERE_IN_EARLYOUT; in codeEqualityTerm()
2024 if( (pLoop->wsFlags & WHERE_IN_EARLYOUT)!=0 ){ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c6340 && (pLoop->wsFlags & WHERE_IN_EARLYOUT)!=0; in sqlite3WhereEnd()