Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h622 #define WHERE_IN_ABLE 0x00000800 /* Able to support an IN operator */ macro
H A Dwherecode.c641 pLoop->wsFlags |= WHERE_IN_ABLE; in codeEqualityTerm()
2393 assert( (pLoop->wsFlags & WHERE_IN_ABLE)==0 ); in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c6328 if( (pLoop->wsFlags & WHERE_IN_ABLE)!=0 && pLevel->u.in.nIn>0 ){ in sqlite3WhereEnd()