Lines Matching refs:SRT_Coroutine
10739 #define SRT_Coroutine 10 /* Generate a single row of result */ macro
87477 sqlite3SelectDestInit(&dest, SRT_Coroutine, ++pParse->nMem);
93047 case SRT_Coroutine:
93049 testcase( eDest==SRT_Coroutine );
93056 }else if( eDest==SRT_Coroutine ){
93244 if( eDest==SRT_Output || eDest==SRT_Coroutine ){
93292 assert( eDest==SRT_Output || eDest==SRT_Coroutine );
93294 testcase( eDest==SRT_Coroutine );
93323 if( eDest==SRT_Output || eDest==SRT_Coroutine ){
94367 case SRT_Coroutine: {
94675 sqlite3SelectDestInit(&destA, SRT_Coroutine, regAddrA);
94676 sqlite3SelectDestInit(&destB, SRT_Coroutine, regAddrB);