Searched refs:SRT_Coroutine (Results 1 – 2 of 2) sorted by relevance
10739 #define SRT_Coroutine 10 /* Generate a single row of result */ macro87477 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: {[all …]
19441 #define SRT_Coroutine 13 /* Generate a single row of result */ macro122928 sqlite3SelectDestInit(&dest, SRT_Coroutine, regYield);132514 sqlite3SelectDestInit(&dest, SRT_Coroutine, regYield);142406 if( eDest==SRT_Mem || eDest==SRT_Output || eDest==SRT_Coroutine ){142458 testcase( eDest==SRT_Coroutine );142461 || eDest==SRT_Coroutine || eDest==SRT_Output142648 case SRT_Coroutine: /* Send data to a co-routine */142650 testcase( eDest==SRT_Coroutine );142655 }else if( eDest==SRT_Coroutine ){142931 if( eDest==SRT_Output || eDest==SRT_Coroutine || eDest==SRT_Mem ){[all …]