Searched refs:wctrlFlags (Results 1 – 2 of 2) sorted by relevance
149110 u16 wctrlFlags = (sDistinct.isTnct ? WHERE_WANT_DISTINCT : 0)149124 p->pEList, p, wctrlFlags, p->nSelectRow);155437 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */155486 u16 wctrlFlags /* Flags passed to sqlite3WhereBegin() */155708 u16 wctrlFlags /* Flags passed to sqlite3WhereBegin() */155727 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_OR_SUBCLAUSE) ) return 0;155731 || (wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX));156773 if( (pWInfo->wctrlFlags & (WHERE_OR_SUBCLAUSE|WHERE_RIGHT_JOIN))156995 assert( (pWInfo->wctrlFlags & (WHERE_OR_SUBCLAUSE|WHERE_RIGHT_JOIN))157634 && (pWInfo->wctrlFlags & (WHERE_OR_SUBCLAUSE|WHERE_RIGHT_JOIN))==0;[all …]
10616 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */ member104043 u16 wctrlFlags /* Flags passed to sqlite3WhereBegin() */104055 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return;104059 || (wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX));104101 if( wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX) ){104102 testcase( wctrlFlags & WHERE_ORDERBY_MIN );104123 u16 wctrlFlags, /* One of the WHERE_* flags defined in sqliteInt.h */104150 && (wctrlFlags & WHERE_FORCE_TABLE)==0;104392 if( (wctrlFlags&WHERE_ORDERBY_MIN)!=0104649 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){[all …]