Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4210 WhereOrSet sPrev; in whereLoopAddOr() local
4211 whereOrMove(&sPrev, &sSum); in whereLoopAddOr()
4213 for(i=0; i<sPrev.n; i++){ 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()