Searched refs:sPrev (Results 1 – 1 of 1) sorted by relevance
4210 WhereOrSet sPrev; in whereLoopAddOr() local4211 whereOrMove(&sPrev, &sSum); in whereLoopAddOr()4213 for(i=0; i<sPrev.n; i++){ in whereLoopAddOr()4215 whereOrInsert(&sSum, sPrev.a[i].prereq | sCur.a[j].prereq, in whereLoopAddOr()4216 sqlite3LogEstAdd(sPrev.a[i].rRun, sCur.a[j].rRun), in whereLoopAddOr()4217 sqlite3LogEstAdd(sPrev.a[i].nOut, sCur.a[j].nOut)); in whereLoopAddOr()