Searched refs:SRT_Coroutine (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c692 case SRT_Coroutine:
694 testcase( eDest==SRT_Coroutine );
701 }else if( eDest==SRT_Coroutine ){
889 if( eDest==SRT_Output || eDest==SRT_Coroutine ){
926 assert( eDest==SRT_Output || eDest==SRT_Coroutine );
928 testcase( eDest==SRT_Coroutine );
953 if( eDest==SRT_Output || eDest==SRT_Coroutine ){
1997 case SRT_Coroutine: {
2305 sqlite3SelectDestInit(&destA, SRT_Coroutine, regAddrA);
2306 sqlite3SelectDestInit(&destB, SRT_Coroutine, regAddr
[all...]
H A Dinsert.c597 sqlite3SelectDestInit(&dest, SRT_Coroutine, ++pParse->nMem);
H A DsqliteInt.h2079 #define SRT_Coroutine 10 /* Generate a single row of result */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10424 #define SRT_Coroutine 10 /* Generate a single row of result */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11766 ** SRT_Coroutine Generate a co-routine that returns a new row of
11807 #define SRT_Coroutine 13 /* Generate a single row of result */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11766 ** SRT_Coroutine Generate a co-routine that returns a new row of
11807 #define SRT_Coroutine 13 /* Generate a single row of result */ macro
[all...]

Completed in 2230 milliseconds