Lines Matching refs:sSum
4139 WhereOrSet sSum, sCur; in whereLoopAddOr() local
4145 memset(&sSum, 0, sizeof(sSum)); in whereLoopAddOr()
4204 sSum.n = 0; in whereLoopAddOr()
4207 whereOrMove(&sSum, &sCur); in whereLoopAddOr()
4211 whereOrMove(&sPrev, &sSum); in whereLoopAddOr()
4212 sSum.n = 0; in whereLoopAddOr()
4215 whereOrInsert(&sSum, sPrev.a[i].prereq | sCur.a[j].prereq, in whereLoopAddOr()
4228 for(i=0; rc==SQLITE_OK && i<sSum.n; i++){ in whereLoopAddOr()
4241 pNew->rRun = sSum.a[i].rRun + 1; in whereLoopAddOr()
4242 pNew->nOut = sSum.a[i].nOut; in whereLoopAddOr()
4243 pNew->prereq = sSum.a[i].prereq; in whereLoopAddOr()