Home
last modified time | relevance | path

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

/NextBSD/contrib/sqlite3/
HDsqlite3.c12290 #define WHERE_DISTINCT_ORDERED 2 /* All duplicates are adjacent */ macro
108361 case WHERE_DISTINCT_ORDERED: {
123843 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;
123849 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;
124267 case WHERE_DISTINCT_ORDERED: {
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10632 #define WHERE_DISTINCT_ORDERED 2 macro
96357 assert( pWInfo->eDistinct==WHERE_DISTINCT_ORDERED
96361 if( pWInfo->eDistinct==WHERE_DISTINCT_ORDERED ){
105215 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;