Searched defs:SRT_Discard (Results 1 - 4 of 4) 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)
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10414 #define SRT_Discard 4 /* Do not save the results anywhere */ macro
10417 #define IgnorableOrderby(X) ((X->eDest)<=SRT_Discard)
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11740 ** SRT_Discard Throw the results away. This is used by SELECT
11794 #define SRT_Discard 4 /* Do not save the results anywhere */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11740 ** SRT_Discard Throw the results away. This is used by SELECT
11794 #define SRT_Discard 4 /* Do not save the results anywhere */ macro
[all...]

Completed in 563 milliseconds