WHERE_ORDERBY 99895 third_party/sqlite/amalgamation/sqlite3.c pCost->plan.wsFlags |= WHERE_ORDERBY; WHERE_ORDERBY 100556 third_party/sqlite/amalgamation/sqlite3.c wsFlags |= WHERE_ROWID_RANGE|WHERE_COLUMN_RANGE|WHERE_ORDERBY; WHERE_ORDERBY 100779 third_party/sqlite/amalgamation/sqlite3.c assert( pOrderBy || (pCost->plan.wsFlags&WHERE_ORDERBY)==0 ); WHERE_ORDERBY 101516 third_party/sqlite/amalgamation/sqlite3.c && (pLevel->plan.wsFlags&WHERE_ORDERBY) WHERE_ORDERBY 102317 third_party/sqlite/amalgamation/sqlite3.c if( (bestPlan.plan.wsFlags & WHERE_ORDERBY)!=0 ){ WHERE_ORDERBY 2241 third_party/sqlite/src/src/where.c pCost->plan.wsFlags |= WHERE_ORDERBY; WHERE_ORDERBY 2902 third_party/sqlite/src/src/where.c wsFlags |= WHERE_ROWID_RANGE|WHERE_COLUMN_RANGE|WHERE_ORDERBY; WHERE_ORDERBY 3125 third_party/sqlite/src/src/where.c assert( pOrderBy || (pCost->plan.wsFlags&WHERE_ORDERBY)==0 ); WHERE_ORDERBY 3862 third_party/sqlite/src/src/where.c && (pLevel->plan.wsFlags&WHERE_ORDERBY) WHERE_ORDERBY 4663 third_party/sqlite/src/src/where.c if( (bestPlan.plan.wsFlags & WHERE_ORDERBY)!=0 ){