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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c3528 || (wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX));
3570 if( wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX) ){
3571 testcase( wctrlFlags & WHERE_ORDERBY_MIN );
3861 if( (wctrlFlags&WHERE_ORDERBY_MIN)!=0
H A Dselect.c3046 ** is a min() or max() query. Return WHERE_ORDERBY_MIN or WHERE_ORDERBY_MAX if
3068 return WHERE_ORDERBY_MIN;
4298 pMinMax->a[0].sortOrder = flag!=WHERE_ORDERBY_MIN ?1:0;
4317 (flag==WHERE_ORDERBY_MIN?"min":"max")));
H A DsqliteInt.h1943 #define WHERE_ORDERBY_MIN 0x0001 /* ORDER BY processing for min() func */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10288 #define WHERE_ORDERBY_MIN 0x0001 /* ORDER BY processing for min() func */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11607 #define WHERE_ORDERBY_MIN 0x0001 /* ORDER BY processing for min() func */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11607 #define WHERE_ORDERBY_MIN 0x0001 /* ORDER BY processing for min() func */ macro
[all...]

Completed in 2897 milliseconds