Lines Matching refs:pSet
143806 ExprList *pSet, /* UPDATE columns, or NULL for a DO NOTHING */
143815 sqlite3ExprListDelete(db, pSet);
143822 pNew->pUpsertSet = pSet;
143824 pNew->isDoUpdate = pSet!=0;
150835 WhereOrSet *pSet, /* The WhereOrSet to be updated */
150842 for(i=pSet->n, p=pSet->a; i>0; i--, p++){
150850 if( pSet->n<N_OR_COST ){
150851 p = &pSet->a[pSet->n++];
150854 p = pSet->a;
150855 for(i=1; i<pSet->n; i++){
150856 if( p->rRun>pSet->a[i].rRun ) p = pSet->a + i;