Searched refs:td_stripbytecount_p (Results 1 – 6 of 6) sorted by relevance
192 if (td->td_stripbytecount_p[strip_or_tile] > 0) in _TIFFReserveLargeEnoughWriteBuffer()197 (uint64_t)(td->td_stripbytecount_p[strip_or_tile] + 1 + 4); in _TIFFReserveLargeEnoughWriteBuffer()578 td->td_stripbytecount_p = (uint64_t *)_TIFFCheckMalloc( in TIFFSetupStrips()580 if (td->td_stripoffset_p == NULL || td->td_stripbytecount_p == NULL) in TIFFSetupStrips()587 _TIFFmemset(td->td_stripbytecount_p, 0, td->td_nstrips * sizeof(uint64_t)); in TIFFSetupStrips()732 tif, td->td_stripbytecount_p, in TIFFGrowStrips()745 td->td_stripbytecount_p = new_stripbytecount; in TIFFGrowStrips()748 _TIFFmemset(td->td_stripbytecount_p + td->td_nstrips, 0, in TIFFGrowStrips()774 if (td->td_stripbytecount_p[strip] != 0 && in TIFFAppendToStrip()776 td->td_stripbytecount_p[strip] >= (uint64_t)cc) in TIFFAppendToStrip()[all …]
127 tif->tif_dir.td_stripbytecount_p)) in TIFFForceStrileArrayWriting()
4693 tif->tif_dir.td_nstrips, &tif->tif_dir.td_stripbytecount_p)) in TIFFReadDirectory()5181 if (td->td_stripbytecount_p) in EstimateStripByteCounts()5182 _TIFFfreeExt(tif, td->td_stripbytecount_p); in EstimateStripByteCounts()5183 td->td_stripbytecount_p = (uint64_t *)_TIFFCheckMalloc( in EstimateStripByteCounts()5185 if (td->td_stripbytecount_p == NULL) in EstimateStripByteCounts()5237 td->td_stripbytecount_p[strip] = space; in EstimateStripByteCounts()5247 UINT64_MAX - td->td_stripbytecount_p[strip]) in EstimateStripByteCounts()5249 if (td->td_stripoffset_p[strip] + td->td_stripbytecount_p[strip] > in EstimateStripByteCounts()5255 td->td_stripbytecount_p[strip] = 0; in EstimateStripByteCounts()5259 td->td_stripbytecount_p[strip] = in EstimateStripByteCounts()[all …]
108 uint64_t *td_stripbytecount_p; /* should be accessed with member
1342 *va_arg(ap, const uint64_t **) = td->td_stripbytecount_p; in _TIFFVGetField()1343 if (td->td_stripbytecount_p == NULL) in _TIFFVGetField()1638 CleanupField(td_stripbytecount_p); in TIFFFreeDirectory()
692 tif->tif_dir.td_stripbytecount_p)) in TIFFWriteDirectorySec()700 tif->tif_dir.td_stripbytecount_p)) in TIFFWriteDirectorySec()