Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4138 WhereLoopBuilder sSubBuild; in whereLoopAddOr() local
4162 sSubBuild = *pBuilder; in whereLoopAddOr()
4163 sSubBuild.pOrSet = &sCur; in whereLoopAddOr()
4168 sSubBuild.pWC = &pOrTerm->u.pAndInfo->wc; in whereLoopAddOr()
4176 sSubBuild.pWC = &tempWC; in whereLoopAddOr()
4183 (int)(pOrTerm-pOrWC->a), pTerm, sSubBuild.pWC->nTerm)); in whereLoopAddOr()
4185 sqlite3WhereClausePrint(sSubBuild.pWC); in whereLoopAddOr()
4190 rc = whereLoopAddVirtual(&sSubBuild, mPrereq, mUnusable); in whereLoopAddOr()
4194 rc = whereLoopAddBtree(&sSubBuild, mPrereq); in whereLoopAddOr()
4197 rc = whereLoopAddOr(&sSubBuild, mPrereq, mUnusable); in whereLoopAddOr()