Lines Matching refs:td_customValues
498 if (td->td_customValues[iCustom].info->field_tag == tag) { in _TIFFVSetField()
499 tv = td->td_customValues + iCustom; in _TIFFVSetField()
516 _TIFFrealloc(td->td_customValues, in _TIFFVSetField()
526 td->td_customValues = new_customValues; in _TIFFVSetField()
528 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
814 tv = td->td_customValues + i; in TIFFUnsetField()
823 td->td_customValues[i] = td->td_customValues[i+1]; in TIFFUnsetField()
1070 TIFFTagValue *tv = td->td_customValues + i; in _TIFFVGetField()
1237 if (td->td_customValues[i].value) in TIFFFreeDirectory()
1238 _TIFFfree(td->td_customValues[i].value); in TIFFFreeDirectory()
1242 CleanupField(td_customValues); in TIFFFreeDirectory()