Searched refs:SRT_Table (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c621 case SRT_Table:
624 testcase( eDest==SRT_Table );
900 case SRT_Table:
902 testcase( eDest==SRT_Table );
1578 dest.eDest = SRT_Table;
1939 case SRT_Table:
1943 testcase( pDest->eDest==SRT_Table );
3677 ** SRT_Table Store results in temporary table pDest->iParm.
3683 ** returning. This is like SRT_Table except that
H A Dupdate.c643 sqlite3SelectDestInit(&dest, SRT_Table, ephemTab);
H A DsqliteInt.h2077 #define SRT_Table 8 /* Store result as data with an automatic rowid */ macro
2078 #define SRT_EphemTab 9 /* Create transient tab and store like SRT_Table */
H A Dbuild.c1563 sqlite3SelectDestInit(&dest, SRT_Table, 1);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10422 #define SRT_Table 8 /* Store result as data with an automatic rowid */ macro
10423 #define SRT_EphemTab 9 /* Create transient tab and store like SRT_Table */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11762 ** returning. This is like SRT_Table except that
11772 ** SRT_Table Store results in temporary table pDest->iSDParm.
11806 #define SRT_EphemTab 12 /* Create transient tab and store like SRT_Table */
11808 #define SRT_Table 14 /* Store result as data with an automatic rowid */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11762 ** returning. This is like SRT_Table except that
11772 ** SRT_Table Store results in temporary table pDest->iSDParm.
11806 #define SRT_EphemTab 12 /* Create transient tab and store like SRT_Table */
11808 #define SRT_Table 14 /* Store result as data with an automatic rowid */ macro
[all...]

Completed in 5709 milliseconds