Searched refs:sCur (Results 1 – 1 of 1) sorted by relevance
4139 WhereOrSet sSum, sCur; in whereLoopAddOr() local4163 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()[all …]