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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c155803 WhereClause *pWC; /* The clause this term is part of */ member in struct:WhereTerm
155853 WhereClause *pWC; /* WhereClause currently being scanned */ member in struct:WhereScan
155948 WhereClause *pWC; /* WHERE clause terms */ member in struct:WhereLoopBuilder
157213 WhereClause *pWC; local
157512 WhereClause *pWC; /* Decomposition of the entire WHERE clause */ local
158869 WhereClause *pWC = &pWInfo->sWC; local
159007 whereClauseInsert(WhereClause *pWC, Expr *p, u16 wtFlags) argument
159418 markTermAsChild(WhereClause *pWC, int iChild, int iParent) argument
159459 whereCombineDisjuncts( SrcList *pSrc, WhereClause *pWC, WhereTerm *pOne, WhereTerm *pTwo ) argument
159586 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
160005 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
160484 sqlite3WhereSplit(WhereClause *pWC, Expr *pExpr, u8 op) argument
160508 whereAddLimitExpr( WhereClause *pWC, int iReg, Expr *pExpr, int iCsr, int eMatchOp ) argument
160561 sqlite3WhereAddLimit(WhereClause *pWC, Select *p) argument
160614 sqlite3WhereClauseInit( WhereClause *pWC, WhereInfo *pWInfo ) argument
160632 sqlite3WhereClauseClear(WhereClause *pWC) argument
160853 WhereClause *pWC; /* The Where clause being analyzed */ member in struct:HiddenIndexInfo
161134 WhereClause *pWC; /* Shorthand for pScan->pWC */ local
161256 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
161320 sqlite3WhereFindTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
161407 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
161701 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, const Bitmask notReady, WhereLevel *pLevel ) argument
162085 allocateIndexInfo( WhereInfo *pWInfo, WhereClause *pWC, Bitmask mUnusable, SrcItem *pSrc, u16 *pmNoOmit ) argument
163057 sqlite3WhereClausePrint(WhereClause *pWC) argument
163081 sqlite3WhereLoopPrint(const WhereLoop *p, const WhereClause *pWC) argument
163589 whereLoopOutputAdjust( WhereClause *pWC, WhereLoop *pLoop, LogEst nRow ) argument
164205 whereUsablePartialIndex( int iTab, u8 jointype, WhereClause *pWC, Expr *pWhere ) argument
164525 WhereClause *pWC; /* The parsed WHERE clause */ local
164843 WhereClause *pWC = pBuilder->pWC; local
165160 WhereClause *pWC; /* The WHERE clause */ local
165289 WhereClause *pWC; local
166353 WhereClause *pWC; local
166473 showAllWhereLoops(WhereInfo *pWInfo, WhereClause *pWC) argument
[all...]

Completed in 611 milliseconds