Home
last modified time | relevance | path

Searched refs:SRT_Coroutine (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c10739 #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: {
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c19441 #define SRT_Coroutine 13 /* Generate a single row of result */ macro
122928 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_Output
142648 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 …]