Searched refs:SRT_Coroutine (Results 1 – 4 of 4) sorted by relevance
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()[all …]
919 sqlite3SelectDestInit(&dest, SRT_Coroutine, regYield); in sqlite3Insert()
3500 #define SRT_Coroutine 13 /* Generate a single row of result */ macro
2846 sqlite3SelectDestInit(&dest, SRT_Coroutine, regYield); in sqlite3EndTable()