Lines Matching refs:td_customValues
522 if (td->td_customValues[iCustom].info->field_tag == tag) { in _TIFFVSetField()
523 tv = td->td_customValues + iCustom; in _TIFFVSetField()
540 _TIFFrealloc(td->td_customValues, in _TIFFVSetField()
550 td->td_customValues = new_customValues; in _TIFFVSetField()
552 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
838 tv = td->td_customValues + i; in TIFFUnsetField()
847 td->td_customValues[i] = td->td_customValues[i+1]; in TIFFUnsetField()
896 TIFFTagValue *tv = td->td_customValues + i; in _TIFFVGetField()
1125 TIFFTagValue *tv = td->td_customValues + i; in _TIFFVGetField()
1293 if (td->td_customValues[i].value) in TIFFFreeDirectory()
1294 _TIFFfree(td->td_customValues[i].value); in TIFFFreeDirectory()
1298 CleanupField(td_customValues); in TIFFFreeDirectory()