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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10853 struct WhereClause *pWC; /* Decomposition of the WHERE clause */ member in struct:WhereInfo
102463 WhereClause *pWC; /* The clause this term is part of */ member in struct:WhereTerm
102628 whereClauseInit( WhereClause *pWC, Parse *pParse, WhereMaskSet *pMaskSet, u16 wctrlFlags ) argument
102667 whereClauseClear(WhereClause *pWC) argument
102705 whereClauseInsert(WhereClause *pWC, Expr *p, u8 wtFlags) argument
102751 whereSplit(WhereClause *pWC, Expr *pExpr, int op) argument
102945 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
103224 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
103477 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
103830 isDistinctIndex( Parse *pParse, WhereClause *pWC, Index *pIdx, int base, ExprList *pDistinct, int nEqCol ) argument
103883 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
104162 bestOrClauseIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
104281 bestAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereCost *pCost ) argument
104352 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
104503 allocateIndexInfo( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, ExprList *pOrderBy ) argument
104667 bestVirtualIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost, sqlite3_index_info **ppIdxInfo ) argument
105230 bestBtreeIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, ExprList *pDistinct, WhereCost *pCost ) argument
105713 bestIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
105922 codeAllEqualityTerms( Parse *pParse, WhereLevel *pLevel, WhereClause *pWC, Bitmask notReady, int nExtraReg, char **pzAff ) argument
106169 WhereClause *pWC; /* Decomposition of the entire WHERE clause */ local
106968 WhereClause *pWC; /* Decomposition of the WHERE clause */ local
[all...]

Completed in 583 milliseconds