Lines Matching refs:td_customValueCount
465 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()
482 td->td_customValueCount++; in _TIFFVSetField()
485 sizeof(TIFFTagValue) * td->td_customValueCount); in _TIFFVSetField()
496 tv = td->td_customValues + (td->td_customValueCount - 1); in _TIFFVSetField()
770 for (i = 0; i < td->td_customValueCount; i++) { in TIFFUnsetField()
777 if( i < td->td_customValueCount ) in TIFFUnsetField()
780 for( ; i < td->td_customValueCount-1; i++) { in TIFFUnsetField()
783 td->td_customValueCount--; in TIFFUnsetField()
1025 for (i = 0; i < td->td_customValueCount; i++) { in _TIFFVGetField()
1192 for( i = 0; i < td->td_customValueCount; i++ ) { in TIFFFreeDirectory()
1197 td->td_customValueCount = 0; in TIFFFreeDirectory()