Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c1152 }else if( eDest!=SRT_Exists ){ in selectInnerLoop()
1372 case SRT_Exists: { in selectInnerLoop()
3223 assert( pDest->eDest!=SRT_Exists ); in generateOutputSubroutine()
6692 assert(pDest->eDest==SRT_Exists || pDest->eDest==SRT_Union || in sqlite3Select()
H A DsqliteInt.h3481 #define SRT_Exists 3 /* Store 1 if the result is not empty */ macro
H A Dexpr.c3322 dest.eDest = SRT_Exists; in sqlite3CodeSubselect()