Lines Matching refs:WhereClause
33 WhereClause *pWC; /* The Where clause being analyzed */
314 WhereClause *pWC; /* Shorthand for pScan->pWC */ in whereScanNext()
438 WhereClause *pWC, /* The WHERE clause to be scanned */ in whereScanInit()
501 WhereClause *pWC, /* The WHERE clause to be searched */ in sqlite3WhereFindTerm()
590 WhereClause *pWC, /* The WHERE clause */ in isDistinctRedundant()
822 const WhereClause *pWC, /* The WHERE clause */ in constructAutomaticIndex()
1169 WhereClause *pWC, /* The WHERE clause being analyzed */ in allocateIndexInfo()
2129 void sqlite3WhereClausePrint(WhereClause *pWC){ in sqlite3WhereClausePrint()
2141 void sqlite3WhereLoopPrint(WhereLoop *p, WhereClause *pWC){ in sqlite3WhereLoopPrint()
2622 WhereClause *pWC, /* The WHERE clause */ in whereLoopOutputAdjust()
3222 WhereClause *pWC, /* The WHERE clause of the query */ in whereUsablePartialIndex()
3390 WhereClause *pWC; /* The parsed WHERE clause */ in whereLoopAddBtree()
3589 WhereClause *pWC2 = &pWInfo->sWC; in whereLoopAddBtree()
3681 WhereClause *pWC = pBuilder->pWC; in whereLoopAddVirtualOne()
4003 WhereClause *pWC; /* The WHERE clause */ in whereLoopAddVirtual()
4132 WhereClause *pWC; in whereLoopAddOr()
4137 WhereClause tempWC; in whereLoopAddOr()
4156 WhereClause * const pOrWC = &pTerm->u.pOrInfo->wc; in whereLoopAddOr()
5181 WhereClause *pWC; in whereShortCut()
5301 static void showAllWhereLoops(WhereInfo *pWInfo, WhereClause *pWC){ in showAllWhereLoops()