Lines Matching refs:sWC
129068 WhereClause sWC; /* Decomposition of the WHERE clause */
130104 pWC = &pWInfo->sWC;
130357 pWC = &pWInfo->sWC;
134801 sqlite3WhereClauseClear(&pWInfo->sWC);
135874 WhereClause *pWC2 = &pWInfo->sWC;
136521 pTerm = sqlite3WhereFindTerm(&pWInfo->sWC, iCur, pOBExpr->iColumn,
137202 pWC = &pWInfo->sWC;
137466 offsetof(WhereInfo,sWC) - offsetof(WhereInfo,nOBSat));
137471 sWLB.pWC = &pWInfo->sWC;
137483 sqlite3WhereClauseInit(&pWInfo->sWC, pWInfo);
137484 sqlite3WhereSplit(&pWInfo->sWC, pWhere, TK_AND);
137511 sqlite3WhereTabFuncArgs(pParse, &pTabList->a[ii], &pWInfo->sWC);
137526 sqlite3WhereExprAnalyze(pTabList, &pWInfo->sWC);
137549 if( isDistinctRedundant(pParse, pTabList, &pWInfo->sWC, pResultSet) ){
137881 constructAutomaticIndex(pParse, &pWInfo->sWC,