Searched refs:pPartIdxWhere (Results 1 – 1 of 1) sorted by relevance
19816 Expr *pPartIdxWhere; /* WHERE clause for partial indices */ member116156 if( pIdx->pPartIdxWhere!=0 ) continue;122189 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere);122392 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere);122542 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere);124688 if( pIdx->pPartIdxWhere==0 ) needTableCnt = 0;124888 if( pIdx->pPartIdxWhere ){125255 if( pIndex->pPartIdxWhere==0 ){127083 sqlite3ExprDelete(db, p->pPartIdxWhere);130718 pIndex->pPartIdxWhere = pPIWhere;[all …]