Searched refs:pWC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10625 struct WhereClause *pWC; /* Decomposition of the WHERE clause */ member in struct:WhereInfo
100451 WhereClause *pWC; /* The clause this term is part of */ member in struct:WhereTerm
100606 whereClauseInit( WhereClause *pWC, Parse *pParse, WhereMaskSet *pMaskSet ) argument
100642 whereClauseClear(WhereClause *pWC) argument
100680 whereClauseInsert(WhereClause *pWC, Expr *p, u8 wtFlags) argument
100726 whereSplit(WhereClause *pWC, Expr *pExpr, int op) argument
100920 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
101197 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
101449 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
101802 isDistinctIndex( Parse *pParse, WhereClause *pWC, Index *pIdx, int base, ExprList *pDistinct, int nEqCol ) argument
101855 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
102134 bestOrClauseIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
102248 bestAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereCost *pCost ) argument
102319 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
102472 allocateIndexInfo( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, ExprList *pOrderBy ) argument
102636 bestVirtualIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost, sqlite3_index_info **ppIdxInfo ) argument
103207 bestBtreeIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, ExprList *pDistinct, WhereCost *pCost ) argument
103679 bestIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
103888 codeAllEqualityTerms( Parse *pParse, WhereLevel *pLevel, WhereClause *pWC, Bitmask notReady, int nExtraReg, char **pzAff ) argument
104132 WhereClause *pWC; /* Decomposition of the entire WHERE clause */ local
104912 WhereClause *pWC; /* Decomposition of the WHERE clause */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c143561 WhereClause *pWC; /* The clause this term is part of */ member in struct:WhereTerm
143610 WhereClause *pWC; /* WhereClause currently being scanned */ member in struct:WhereScan
143709 WhereClause *pWC; /* WHERE clause terms */ member in struct:WhereLoopBuilder
144843 WhereClause *pWC; local
145204 WhereClause *pWC; /* Decomposition of the entire WHERE clause */ local
146464 whereClauseInsert(WhereClause *pWC, Expr *p, u16 wtFlags) argument
146865 markTermAsChild(WhereClause *pWC, int iChild, int iParent) argument
146906 whereCombineDisjuncts( SrcList *pSrc, WhereClause *pWC, WhereTerm *pOne, WhereTerm *pTwo ) argument
147033 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
147598 exprAnalyzeExists( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
147704 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
148143 sqlite3WhereSplit(WhereClause *pWC, Expr *pExpr, u8 op) argument
148159 sqlite3WhereClauseInit( WhereClause *pWC, WhereInfo *pWInfo ) argument
148176 sqlite3WhereClauseClear(WhereClause *pWC) argument
148341 WhereClause *pWC; /* The Where clause being analyzed */ member in struct:HiddenIndexInfo
148585 WhereClause *pWC; /* Shorthand for pScan->pWC */ local
148692 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
148756 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
148843 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
149036 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, SrcItem *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
149243 allocateIndexInfo( Parse *pParse, WhereClause *pWC, Bitmask mUnusable, SrcItem *pSrc, ExprList *pOrderBy, u16 *pmNoOmit ) argument
150130 sqlite3WhereClausePrint(WhereClause *pWC) argument
150142 sqlite3WhereLoopPrint(WhereLoop *p, WhereClause *pWC) argument
150613 whereLoopOutputAdjust( WhereClause *pWC, WhereLoop *pLoop, LogEst nRow ) argument
151174 whereUsablePartialIndex( int iTab, int isLeft, WhereClause *pWC, Expr *pWhere ) argument
151254 WhereClause *pWC; /* The parsed WHERE clause */ local
151520 WhereClause *pWC = pBuilder->pWC; local
151719 WhereClause *pWC; /* The WHERE clause */ local
151840 WhereClause *pWC; local
152844 WhereClause *pWC; local
152951 showAllWhereLoops(WhereInfo *pWInfo, WhereClause *pWC) argument
[all...]

Completed in 643 milliseconds