Home | History | Annotate | Download | only in orig

Lines Matching defs:WHERE_ONETABLE_ONLY

11613 #define WHERE_ONETABLE_ONLY    0x0040 /* Only code the 1st table in pTabList */
113709 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return;
114417 WHERE_FORCE_TABLE | WHERE_ONETABLE_ONLY;
114577 && (pWInfo->wctrlFlags & WHERE_ONETABLE_ONLY)!=0 );
116845 ** WHERE_ONETABLE_ONLY is set, iIdxCur is the cursor number of an index
116859 int iIdxCur /* If WHERE_ONETABLE_ONLY is set, index cursor number */
116900 ** pTabList. But if the WHERE_ONETABLE_ONLY flag is set, then we should
116904 nTabList = (wctrlFlags & WHERE_ONETABLE_ONLY) ? 1 : pTabList->nSrc;
116980 ** WHERE_ONETABLE_ONLY flag is set.
117196 && (wctrlFlags & WHERE_ONETABLE_ONLY)!=0
117212 }else if( iIdxCur && (wctrlFlags & WHERE_ONETABLE_ONLY)!=0 ){