Searched refs:tempWC (Results 1 – 1 of 1) sorted by relevance
4137 WhereClause tempWC; in whereLoopAddOr() local4170 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()