WHERE_TEMP_INDEX 99435 third_party/sqlite/amalgamation/sqlite3.c       pCost->plan.wsFlags = WHERE_TEMP_INDEX;
WHERE_TEMP_INDEX 101197 third_party/sqlite/amalgamation/sqlite3.c           ((flags & WHERE_TEMP_INDEX)?"AUTOMATIC ":""),
WHERE_TEMP_INDEX 101199 third_party/sqlite/amalgamation/sqlite3.c           ((flags & WHERE_TEMP_INDEX)?"":" "),
WHERE_TEMP_INDEX 101200 third_party/sqlite/amalgamation/sqlite3.c           ((flags & WHERE_TEMP_INDEX)?"": pLevel->plan.u.pIdx->zName),
WHERE_TEMP_INDEX 101918 third_party/sqlite/amalgamation/sqlite3.c       if( pWInfo->a[i].plan.wsFlags & WHERE_TEMP_INDEX ){
WHERE_TEMP_INDEX 102323 third_party/sqlite/amalgamation/sqlite3.c     testcase( bestPlan.plan.wsFlags & WHERE_TEMP_INDEX );
WHERE_TEMP_INDEX 102324 third_party/sqlite/amalgamation/sqlite3.c     if( bestPlan.plan.wsFlags & (WHERE_INDEXED|WHERE_TEMP_INDEX) ){
WHERE_TEMP_INDEX 102419 third_party/sqlite/amalgamation/sqlite3.c     if( (pLevel->plan.wsFlags & WHERE_TEMP_INDEX)!=0 ){
WHERE_TEMP_INDEX 102588 third_party/sqlite/amalgamation/sqlite3.c       if( (ws & WHERE_INDEXED)!=0 && (ws & WHERE_TEMP_INDEX)==0 ){
WHERE_TEMP_INDEX 1781 third_party/sqlite/src/src/where.c       pCost->plan.wsFlags = WHERE_TEMP_INDEX;
WHERE_TEMP_INDEX 3543 third_party/sqlite/src/src/where.c           ((flags & WHERE_TEMP_INDEX)?"AUTOMATIC ":""),
WHERE_TEMP_INDEX 3545 third_party/sqlite/src/src/where.c           ((flags & WHERE_TEMP_INDEX)?"":" "),
WHERE_TEMP_INDEX 3546 third_party/sqlite/src/src/where.c           ((flags & WHERE_TEMP_INDEX)?"": pLevel->plan.u.pIdx->zName),
WHERE_TEMP_INDEX 4264 third_party/sqlite/src/src/where.c       if( pWInfo->a[i].plan.wsFlags & WHERE_TEMP_INDEX ){
WHERE_TEMP_INDEX 4669 third_party/sqlite/src/src/where.c     testcase( bestPlan.plan.wsFlags & WHERE_TEMP_INDEX );
WHERE_TEMP_INDEX 4670 third_party/sqlite/src/src/where.c     if( bestPlan.plan.wsFlags & (WHERE_INDEXED|WHERE_TEMP_INDEX) ){
WHERE_TEMP_INDEX 4765 third_party/sqlite/src/src/where.c     if( (pLevel->plan.wsFlags & WHERE_TEMP_INDEX)!=0 ){
WHERE_TEMP_INDEX 4934 third_party/sqlite/src/src/where.c       if( (ws & WHERE_INDEXED)!=0 && (ws & WHERE_TEMP_INDEX)==0 ){