Lines Matching refs:zMask
209041 char *zMask; /* Copy of update mask used with pUpdate */
210697 ** column of the data_xxx table entry is set to zMask.
210712 const char *zMask
210718 if( (int)strlen(zMask)!=pIter->nTblCol ){
210723 char c = zMask[pIter->aiSrcOrder[i]];
211389 ** rbu_control column of the data_xyz table contains zMask.
211391 ** If the zMask string does not specify any columns to update, then this
211397 const char *zMask, /* rbu_control value ('x.x.') */
211413 if( strcmp(pUp->zMask, zMask)==0 ){
211435 char *zSet = rbuObjIterGetSetlist(p, pIter, zMask);
211438 pUp->zMask = (char*)&pUp[1];
211439 memcpy(pUp->zMask, zMask, pIter->nTblCol);
212234 const char *zMask = 0;
212235 int eType = rbuStepType(p, &zMask);
212262 rbuGetUpdateStmt(p, pIter, zMask, &pUpdate);
212266 char c = zMask[pIter->aiSrcOrder[i]];