Home | History | Annotate | Download | only in orig

Lines Matching defs:WHERE_ORDERBY_MAX

11608 #define WHERE_ORDERBY_MAX      0x0002 /* ORDER BY processing for max() func */
105014 ** If all of the above are true, then WHERE_ORDERBY_MIN or WHERE_ORDERBY_MAX
105036 eRet = WHERE_ORDERBY_MAX;
113713 || (wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX));