Searched refs:eTnctType (Results 1 – 1 of 1) sorted by relevance
149018 u8 eTnctType; /* One of the WHERE_DISTINCT_* operators */ member149928 int eTnctType, /* WHERE_DISTINCT_* value */ argument149938 switch( eTnctType ){150012 int eTnctType, /* WHERE_DISTINCT_* value */ argument150017 && (eTnctType==WHERE_DISTINCT_UNIQUE || eTnctType==WHERE_DISTINCT_ORDERED)150024 if( eTnctType==WHERE_DISTINCT_ORDERED ){150161 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP;150287 int eType = pDistinct->eTnctType;157265 sDistinct.eTnctType = WHERE_DISTINCT_UNORDERED;157267 sDistinct.eTnctType = WHERE_DISTINCT_NOOP;[all …]