Home
last modified time | relevance | path

Searched refs:sSum (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c4139 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()
[all …]