Home
last modified time | relevance | path

Searched refs:eTnctType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c149018 u8 eTnctType; /* One of the WHERE_DISTINCT_* operators */ member
149928 int eTnctType, /* WHERE_DISTINCT_* value */ argument
149938 switch( eTnctType ){
150012 int eTnctType, /* WHERE_DISTINCT_* value */ argument
150017 && (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 …]