Lines Matching refs:td_customValueCount
497 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()
514 td->td_customValueCount++; in _TIFFVSetField()
517 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()
528 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
812 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()
819 if( i < td->td_customValueCount ) in TIFFUnsetField()
822 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()
825 td->td_customValueCount--; in TIFFUnsetField()
1069 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()
1236 for( i = 0; i < td->td_customValueCount; i++ ) { in TIFFFreeDirectory()
1241 td->td_customValueCount = 0; in TIFFFreeDirectory()