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