Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4137 WhereClause tempWC; in whereLoopAddOr() local
4170 tempWC.pWInfo = pWC->pWInfo; in whereLoopAddOr()
4171 tempWC.pOuter = pWC; in whereLoopAddOr()
4172 tempWC.op = TK_AND; in whereLoopAddOr()
4173 tempWC.nTerm = 1; in whereLoopAddOr()
4174 tempWC.nBase = 1; in whereLoopAddOr()
4175 tempWC.a = pOrTerm; in whereLoopAddOr()
4176 sSubBuild.pWC = &tempWC; in whereLoopAddOr()