Lines Matching refs:sWC
1105 pWCEnd = &pWInfo->sWC.a[pWInfo->sWC.nTerm]; in sqlite3ConstructBloomFilter()
1106 for(pTerm=pWInfo->sWC.a; pTerm<pWCEnd; pTerm++){ in sqlite3ConstructBloomFilter()
2284 sqlite3WhereClauseClear(&pWInfo->sWC); in whereInfoFree()
3589 WhereClause *pWC2 = &pWInfo->sWC; in whereLoopAddBtree()
4455 pTerm = sqlite3WhereFindTerm(&pWInfo->sWC, iCur, pOBExpr->iColumn, in wherePathSatisfiesOrderBy()
5202 pWC = &pWInfo->sWC; in whereShortCut()
5380 pEnd = pWInfo->sWC.a + pWInfo->sWC.nTerm; in whereOmitNoopJoin()
5381 for(pTerm=pWInfo->sWC.a; pTerm<pEnd; pTerm++){ in whereOmitNoopJoin()
5393 for(pTerm=pWInfo->sWC.a; pTerm<pEnd; pTerm++){ in whereOmitNoopJoin()
5708 offsetof(WhereInfo,sWC) - offsetof(WhereInfo,nOBSat)); in sqlite3WhereBegin()
5717 sWLB.pWC = &pWInfo->sWC; in sqlite3WhereBegin()
5728 sqlite3WhereClauseInit(&pWInfo->sWC, pWInfo); in sqlite3WhereBegin()
5729 sqlite3WhereSplit(&pWInfo->sWC, pWhere, TK_AND); in sqlite3WhereBegin()
5759 sqlite3WhereTabFuncArgs(pParse, &pTabList->a[ii], &pWInfo->sWC); in sqlite3WhereBegin()
5774 sqlite3WhereExprAnalyze(pTabList, &pWInfo->sWC); in sqlite3WhereBegin()
5776 sqlite3WhereAddLimit(&pWInfo->sWC, pSelect); in sqlite3WhereBegin()
5806 }else if( isDistinctRedundant(pParse, pTabList, &pWInfo->sWC, pResultSet) ){ in sqlite3WhereBegin()
6178 constructAutomaticIndex(pParse, &pWInfo->sWC, in sqlite3WhereBegin()