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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1944 #define WHERE_ORDERBY_MAX 0x0002 /* ORDER BY processing for max() func */ macro
H A Dwhere.c3528 || (wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX));
3570 if( wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX) ){
H A Dselect.c3046 ** is a min() or max() query. Return WHERE_ORDERBY_MIN or WHERE_ORDERBY_MAX if
3070 return WHERE_ORDERBY_MAX;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10289 #define WHERE_ORDERBY_MAX 0x0002 /* ORDER BY processing for max() func */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11608 #define WHERE_ORDERBY_MAX 0x0002 /* ORDER BY processing for max() func */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11608 #define WHERE_ORDERBY_MAX 0x0002 /* ORDER BY processing for max() func */ macro
[all...]

Completed in 4859 milliseconds