WHERE_TOP_LIMIT 100528 third_party/sqlite/amalgamation/sqlite3.c wsFlags |= WHERE_TOP_LIMIT; WHERE_TOP_LIMIT 101133 third_party/sqlite/amalgamation/sqlite3.c if( nEq==0 && (pPlan->wsFlags & (WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))==0 ){ WHERE_TOP_LIMIT 101147 third_party/sqlite/amalgamation/sqlite3.c if( pPlan->wsFlags&WHERE_TOP_LIMIT ){ WHERE_TOP_LIMIT 101181 third_party/sqlite/amalgamation/sqlite3.c || (flags&(WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))!=0 WHERE_TOP_LIMIT 101213 third_party/sqlite/amalgamation/sqlite3.c }else if( flags&WHERE_TOP_LIMIT ){ WHERE_TOP_LIMIT 101528 third_party/sqlite/amalgamation/sqlite3.c if( pLevel->plan.wsFlags & WHERE_TOP_LIMIT ){ WHERE_TOP_LIMIT 101649 third_party/sqlite/amalgamation/sqlite3.c testcase( pLevel->plan.wsFlags & WHERE_TOP_LIMIT ); WHERE_TOP_LIMIT 101650 third_party/sqlite/amalgamation/sqlite3.c if( (pLevel->plan.wsFlags & (WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))!=0 ){ WHERE_TOP_LIMIT 2874 third_party/sqlite/src/src/where.c wsFlags |= WHERE_TOP_LIMIT; WHERE_TOP_LIMIT 3479 third_party/sqlite/src/src/where.c if( nEq==0 && (pPlan->wsFlags & (WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))==0 ){ WHERE_TOP_LIMIT 3493 third_party/sqlite/src/src/where.c if( pPlan->wsFlags&WHERE_TOP_LIMIT ){ WHERE_TOP_LIMIT 3527 third_party/sqlite/src/src/where.c || (flags&(WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))!=0 WHERE_TOP_LIMIT 3559 third_party/sqlite/src/src/where.c }else if( flags&WHERE_TOP_LIMIT ){ WHERE_TOP_LIMIT 3874 third_party/sqlite/src/src/where.c if( pLevel->plan.wsFlags & WHERE_TOP_LIMIT ){ WHERE_TOP_LIMIT 3995 third_party/sqlite/src/src/where.c testcase( pLevel->plan.wsFlags & WHERE_TOP_LIMIT ); WHERE_TOP_LIMIT 3996 third_party/sqlite/src/src/where.c if( (pLevel->plan.wsFlags & (WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))!=0 ){