Lines Matching defs:pWC
33 WhereClause *pWC; /* The Where clause being analyzed */ member
314 WhereClause *pWC; /* Shorthand for pScan->pWC */ in whereScanNext() local
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() local
3681 WhereClause *pWC = pBuilder->pWC; in whereLoopAddVirtualOne() local
4003 WhereClause *pWC; /* The WHERE clause */ in whereLoopAddVirtual() local
4132 WhereClause *pWC; in whereLoopAddOr() local
5181 WhereClause *pWC; in whereShortCut() local
5301 static void showAllWhereLoops(WhereInfo *pWInfo, WhereClause *pWC){ in showAllWhereLoops()