Home | History | Annotate | Download | only in dist

Lines Matching defs:WHERE_ONETABLE_ONLY

11613 #define WHERE_ONETABLE_ONLY    0x0040 /* Only code the 1st table in pTabList */
113729 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return;
114437 WHERE_FORCE_TABLE | WHERE_ONETABLE_ONLY;
114597 && (pWInfo->wctrlFlags & WHERE_ONETABLE_ONLY)!=0 );
116865 ** WHERE_ONETABLE_ONLY is set, iIdxCur is the cursor number of an index
116879 int iIdxCur /* If WHERE_ONETABLE_ONLY is set, index cursor number */
116920 ** pTabList. But if the WHERE_ONETABLE_ONLY flag is set, then we should
116924 nTabList = (wctrlFlags & WHERE_ONETABLE_ONLY) ? 1 : pTabList->nSrc;
117000 ** WHERE_ONETABLE_ONLY flag is set.
117216 && (wctrlFlags & WHERE_ONETABLE_ONLY)!=0
117232 }else if( iIdxCur && (wctrlFlags & WHERE_ONETABLE_ONLY)!=0 ){