WHERE_ORDERBY_MIN 93538 sqlite3/libsqlite/sqlite3.c     return WHERE_ORDERBY_MIN;
WHERE_ORDERBY_MIN 94770 sqlite3/libsqlite/sqlite3.c             pMinMax->a[0].sortOrder = flag!=WHERE_ORDERBY_MIN ?1:0;
WHERE_ORDERBY_MIN 94789 sqlite3/libsqlite/sqlite3.c                 (flag==WHERE_ORDERBY_MIN?"min":"max")));
WHERE_ORDERBY_MIN 101860 sqlite3/libsqlite/sqlite3.c              || (wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX));
WHERE_ORDERBY_MIN 101902 sqlite3/libsqlite/sqlite3.c     if( wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX) ){
WHERE_ORDERBY_MIN 101903 sqlite3/libsqlite/sqlite3.c       testcase( wctrlFlags & WHERE_ORDERBY_MIN );
WHERE_ORDERBY_MIN 102193 sqlite3/libsqlite/sqlite3.c     if( (wctrlFlags&WHERE_ORDERBY_MIN)!=0