Lines Matching refs:td_customValues
466 if (td->td_customValues[iCustom].info->field_tag == tag) { in _TIFFVSetField()
467 tv = td->td_customValues + iCustom; in _TIFFVSetField()
484 _TIFFrealloc(td->td_customValues, in _TIFFVSetField()
494 td->td_customValues = new_customValues; in _TIFFVSetField()
496 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
772 tv = td->td_customValues + i; in TIFFUnsetField()
781 td->td_customValues[i] = td->td_customValues[i+1]; in TIFFUnsetField()
1026 TIFFTagValue *tv = td->td_customValues + i; in _TIFFVGetField()
1193 if (td->td_customValues[i].value) in TIFFFreeDirectory()
1194 _TIFFfree(td->td_customValues[i].value); in TIFFFreeDirectory()
1198 CleanupField(td_customValues); in TIFFFreeDirectory()