WHERE_UNIQUE     100542 third_party/sqlite/amalgamation/sqlite3.c         wsFlags |= WHERE_UNIQUE;
WHERE_UNIQUE     101669 third_party/sqlite/amalgamation/sqlite3.c     if( pLevel->plan.wsFlags & WHERE_UNIQUE ){
WHERE_UNIQUE     102361 third_party/sqlite/amalgamation/sqlite3.c   if( (andFlags & WHERE_UNIQUE)!=0 && ppOrderBy ){
WHERE_UNIQUE     102371 third_party/sqlite/amalgamation/sqlite3.c   if( (wctrlFlags & WHERE_ONEPASS_DESIRED)!=0 && (andFlags & WHERE_UNIQUE)!=0 ){
WHERE_UNIQUE     2888 third_party/sqlite/src/src/where.c         wsFlags |= WHERE_UNIQUE;
WHERE_UNIQUE     4015 third_party/sqlite/src/src/where.c     if( pLevel->plan.wsFlags & WHERE_UNIQUE ){
WHERE_UNIQUE     4707 third_party/sqlite/src/src/where.c   if( (andFlags & WHERE_UNIQUE)!=0 && ppOrderBy ){
WHERE_UNIQUE     4717 third_party/sqlite/src/src/where.c   if( (wctrlFlags & WHERE_ONEPASS_DESIRED)!=0 && (andFlags & WHERE_UNIQUE)!=0 ){