Lines Matching refs:sCur
4139 WhereOrSet sSum, sCur; in whereLoopAddOr() local
4163 sSubBuild.pOrSet = &sCur; in whereLoopAddOr()
4180 sCur.n = 0; in whereLoopAddOr()
4199 assert( rc==SQLITE_OK || rc==SQLITE_DONE || sCur.n==0 in whereLoopAddOr()
4201 testcase( rc==SQLITE_NOMEM && sCur.n>0 ); in whereLoopAddOr()
4203 if( sCur.n==0 ){ in whereLoopAddOr()
4207 whereOrMove(&sSum, &sCur); in whereLoopAddOr()
4214 for(j=0; j<sCur.n; j++){ 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()