Lines Matching refs:td_customValueCount
473 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()
490 td->td_customValueCount++; in _TIFFVSetField()
493 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()
504 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
788 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()
795 if( i < td->td_customValueCount ) in TIFFUnsetField()
798 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()
801 td->td_customValueCount--; in TIFFUnsetField()
1045 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()
1212 for( i = 0; i < td->td_customValueCount; i++ ) { in TIFFFreeDirectory()
1217 td->td_customValueCount = 0; in TIFFFreeDirectory()