Lines Matching refs:td_customValues
474 if (td->td_customValues[iCustom].info->field_tag == tag) { in _TIFFVSetField()
475 tv = td->td_customValues + iCustom; in _TIFFVSetField()
492 _TIFFrealloc(td->td_customValues, in _TIFFVSetField()
502 td->td_customValues = new_customValues; in _TIFFVSetField()
504 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
790 tv = td->td_customValues + i; in TIFFUnsetField()
799 td->td_customValues[i] = td->td_customValues[i+1]; in TIFFUnsetField()
1046 TIFFTagValue *tv = td->td_customValues + i; in _TIFFVGetField()
1213 if (td->td_customValues[i].value) in TIFFFreeDirectory()
1214 _TIFFfree(td->td_customValues[i].value); in TIFFFreeDirectory()
1218 CleanupField(td_customValues); in TIFFFreeDirectory()