Lines Matching refs:pPartIdxWhere

18743   Expr *pPartIdxWhere;     /* WHERE clause for partial indices */  member
112224 if( pIdx->pPartIdxWhere!=0 ) continue;
117743 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere);
117947 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere);
118100 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere);
119522 if( pIdx->pPartIdxWhere==0 ) needTableCnt = 0;
119722 if( pIdx->pPartIdxWhere ){
120099 if( pIndex->pPartIdxWhere==0 ){
121929 sqlite3ExprDelete(db, p->pPartIdxWhere);
125535 pIndex->pPartIdxWhere = pPIWhere;
125927 if( pIdx->pPartIdxWhere!=0 ){ x -= 10; assert( 10==sqlite3LogEst(2) ); }
128595 if( pIdx->pPartIdxWhere ){
128598 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, *piPartIdxLabel,
128609 if( pPrior && (regBase!=regPrior || pPrior->pPartIdxWhere) ) pPrior = 0;
131638 if( pIdx->nKeyCol==nCol && IsUniqueIndex(pIdx) && pIdx->pPartIdxWhere==0 ){
135289 if( pIdx->pPartIdxWhere ){
135292 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, addrUniqueOk,
135504 if( pIdx->pPartIdxWhere ){
135685 if( pIdx->pPartIdxWhere ){
135852 if( sqlite3ExprCompare(0, pSrc->pPartIdxWhere, pDest->pPartIdxWhere, -1) ){
140140 pIdx->pPartIdxWhere!=0);
140519 if( pIdx->pPartIdxWhere==0 ){
151345 && pIdx->pPartIdxWhere==0
153405 if( pIdx->pPartIdxWhere==0 ) return 0;
153406 return sqlite3ExprReferencesUpdatedColumn(pIdx->pPartIdxWhere,
154800 if( pIdx->pPartIdxWhere ){
154803 pIdx->pPartIdxWhere, iCursor)!=0 ){
159507 if( pIdx->pPartIdxWhere ){
159508 whereApplyPartialIndexConstraints(pIdx->pPartIdxWhere, iCur, pWC);
159511 testcase( pIdx->pPartIdxWhere );
162792 if( pIdx->pPartIdxWhere ) continue;
165994 if( pProbe->pPartIdxWhere!=0
165996 pProbe->pPartIdxWhere)
166052 if( pProbe->pPartIdxWhere ){
166054 pWInfo->pParse, pProbe, pProbe->pPartIdxWhere, &m, 0, 0
166092 || pProbe->pPartIdxWhere!=0
167856 || pIdx->pPartIdxWhere!=0
168853 if( pIx->pPartIdxWhere && (pTabItem->fg.jointype & JT_RIGHT)==0 ){
168855 pParse, pIx, pIx->pPartIdxWhere, 0, iIndexCur, pTabItem