Lines Matching refs:SRT_Coroutine
1161 if( eDest==SRT_Mem || eDest==SRT_Output || eDest==SRT_Coroutine ){ in selectInnerLoop()
1213 testcase( eDest==SRT_Coroutine ); in selectInnerLoop()
1216 || eDest==SRT_Coroutine || eDest==SRT_Output in selectInnerLoop()
1396 case SRT_Coroutine: /* Send data to a co-routine */ in selectInnerLoop()
1398 testcase( eDest==SRT_Coroutine ); in selectInnerLoop()
1403 }else if( eDest==SRT_Coroutine ){ in selectInnerLoop()
1669 if( eDest==SRT_Output || eDest==SRT_Coroutine || eDest==SRT_Mem ){ in generateSortTail()
1796 assert( eDest==SRT_Output || eDest==SRT_Coroutine ); in generateSortTail()
1798 testcase( eDest==SRT_Coroutine ); in generateSortTail()
3271 case SRT_Coroutine: { in generateOutputSubroutine()
3567 sqlite3SelectDestInit(&destA, SRT_Coroutine, regAddrA); in multiSelectOrderBy()
3568 sqlite3SelectDestInit(&destB, SRT_Coroutine, regAddrB); in multiSelectOrderBy()
7043 sqlite3SelectDestInit(&dest, SRT_Coroutine, pItem->regReturn); in sqlite3Select()