WHERE_REVERSE 100557 third_party/sqlite/amalgamation/sqlite3.c wsFlags |= (rev ? WHERE_REVERSE : 0); WHERE_REVERSE 100776 third_party/sqlite/amalgamation/sqlite3.c pCost->plan.wsFlags |= WHERE_REVERSE; WHERE_REVERSE 101271 third_party/sqlite/amalgamation/sqlite3.c bRev = (pLevel->plan.wsFlags & WHERE_REVERSE)!=0; WHERE_REVERSE 2903 third_party/sqlite/src/src/where.c wsFlags |= (rev ? WHERE_REVERSE : 0); WHERE_REVERSE 3122 third_party/sqlite/src/src/where.c pCost->plan.wsFlags |= WHERE_REVERSE; WHERE_REVERSE 3617 third_party/sqlite/src/src/where.c bRev = (pLevel->plan.wsFlags & WHERE_REVERSE)!=0;