Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10619 u8 eDistinct; member
96350 if( pWInfo->eDistinct ){
96357 assert( pWInfo->eDistinct==WHERE_DISTINCT_ORDERED
96358 || pWInfo->eDistinct==WHERE_DISTINCT_UNIQUE
96361 if( pWInfo->eDistinct==WHERE_DISTINCT_ORDERED ){
105040 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;
105214 assert( pWInfo->eDistinct==0 );
105215 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c100444 int eDistinct /* SF_Distinct or SF_ALL or 0 */
144881 return pWInfo->eDistinct;
149211 && pWInfo->eDistinct==WHERE_DISTINCT_NOOP
149218 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;
149225 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;
149353 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;
149614 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;
149676 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;
149754 switch( pWInfo->eDistinct ){
150002 && pWInfo->eDistinct!=WHERE_DISTINCT_ORDERED
[all …]