Searched refs:WHERE_DISTINCT_ORDERED (Results 1 – 3 of 3) sorted by relevance
5107 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED; in wherePathSolver()5115 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED; in wherePathSolver()5892 case WHERE_DISTINCT_ORDERED: { in sqlite3WhereBegin()6096 && pWInfo->eDistinct!=WHERE_DISTINCT_ORDERED in sqlite3WhereBegin()6289 if( pWInfo->eDistinct==WHERE_DISTINCT_ORDERED in sqlite3WhereEnd()
896 case WHERE_DISTINCT_ORDERED: { in codeDistinct()974 && (eTnctType==WHERE_DISTINCT_UNIQUE || eTnctType==WHERE_DISTINCT_ORDERED) in fixDistinctOpenEph()981 if( eTnctType==WHERE_DISTINCT_ORDERED ){ in fixDistinctOpenEph()
3220 #define WHERE_DISTINCT_ORDERED 2 /* All duplicates are adjacent */ macro