Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c1213 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 …]
H A Dinsert.c919 sqlite3SelectDestInit(&dest, SRT_Coroutine, regYield); in sqlite3Insert()
H A DsqliteInt.h3500 #define SRT_Coroutine 13 /* Generate a single row of result */ macro
H A Dbuild.c2846 sqlite3SelectDestInit(&dest, SRT_Coroutine, regYield); in sqlite3EndTable()