Lines Matching refs:wctrlFlags
10060 ** Flags appropriate for the wctrlFlags parameter of sqlite3WhereBegin()
10061 ** and the WhereInfo.wctrlFlags member.
10082 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
98733 u16 wctrlFlags /* Flags passed to sqlite3WhereBegin() */
98745 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return;
98749 || (wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX));
98791 if( wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX) ){
98792 testcase( wctrlFlags & WHERE_ORDERBY_MIN );
98813 u16 wctrlFlags, /* One of the WHERE_* flags defined in sqliteInt.h */
98840 && (wctrlFlags & WHERE_FORCE_TABLE)==0;
99082 if( (wctrlFlags&WHERE_ORDERBY_MIN)!=0
99331 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
99350 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
99411 && (pWInfo->wctrlFlags & WHERE_ONETABLE_ONLY)!=0 );
99586 u16 wctrlFlags /* One of the WHERE_* flags defined in sqliteInt.h */
99616 nTabList = (wctrlFlags & WHERE_ONETABLE_ONLY) ? 1 : pTabList->nSrc;
99642 pWInfo->wctrlFlags = wctrlFlags;
99932 assert( (wctrlFlags & WHERE_ONEPASS_DESIRED)==0 || pWInfo->nLevel==1 );
99933 if( (wctrlFlags & WHERE_ONEPASS_DESIRED)!=0 && (andFlags & WHERE_UNIQUE)!=0 ){
99964 && (wctrlFlags & WHERE_OMIT_OPEN)==0 ){
100008 explainOneScan(pParse, pTabList, pLevel, i, pLevel->iFrom, wctrlFlags);
100009 notReady = codeOneLoopStart(pWInfo, i, wctrlFlags, notReady);
100144 && (pWInfo->wctrlFlags & WHERE_OMIT_CLOSE)==0