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

/external/chromium_org/third_party/sqlite/src/src/
H A Ddelete.c116 sqlite3SelectDestInit(&dest, SRT_EphemTab, iCur);
H A Dselect.c622 case SRT_EphemTab: {
625 testcase( eDest==SRT_EphemTab );
901 case SRT_EphemTab: {
903 testcase( eDest==SRT_EphemTab );
1574 if( dest.eDest==SRT_EphemTab ){
1940 case SRT_EphemTab: {
1944 testcase( pDest->eDest==SRT_EphemTab );
3678 ** This is like SRT_EphemTab except that the table
3681 ** SRT_EphemTab Create an temporary table pDest->iParm and store
3802 sqlite3SelectDestInit(&dest, SRT_EphemTab, pIte
[all...]
H A DsqliteInt.h2078 #define SRT_EphemTab 9 /* Create transient tab and store like SRT_Table */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10423 #define SRT_EphemTab 9 /* Create transient tab and store like SRT_Table */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11760 ** SRT_EphemTab Create an temporary table pDest->iSDParm and store
11773 ** SRT_Fifo This is like SRT_EphemTab except that the table
11806 #define SRT_EphemTab 12 /* Create transient tab and store like SRT_Table */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11760 ** SRT_EphemTab Create an temporary table pDest->iSDParm and store
11773 ** SRT_Fifo This is like SRT_EphemTab except that the table
11806 #define SRT_EphemTab 12 /* Create transient tab and store like SRT_Table */ macro
[all...]

Completed in 1583 milliseconds