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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h2069 #define SRT_Discard 4 /* Do not save the results anywhere */ macro
2072 #define IgnorableOrderby(X) ((X->eDest)<=SRT_Discard)
H A Dtrigger.c750 sqlite3SelectDestInit(&sDest, SRT_Discard, 0);
H A Dselect.c717 assert( eDest==SRT_Discard );
3694 ** SRT_Discard Throw the results away. This is used by SELECT
3742 pDest->eDest==SRT_Except || pDest->eDest==SRT_Discard);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10429 #define SRT_Discard 4 /* Do not save the results anywhere */ macro
10432 #define IgnorableOrderby(X) ((X->eDest)<=SRT_Discard)
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10984 #define SRT_Discard 4 /* Do not save the results anywhere */ macro
10987 #define IgnorableOrderby(X) ((X->eDest)<=SRT_Discard)
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10984 #define SRT_Discard 4 /* Do not save the results anywhere */ macro
10987 #define IgnorableOrderby(X) ((X->eDest)<=SRT_Discard)
[all...]

Completed in 449 milliseconds