Searched refs:td_stripoffsetbyteallocsize (Results 1 – 3 of 3) sorted by relevance
111 td_stripoffsetbyteallocsize; /* number of elements currently allocated member
7519 const uint32_t arraySize = tif->tif_dir.td_stripoffsetbyteallocsize; in _TIFFPartialReadStripArray()7668 if (strile >= td->td_stripoffsetbyteallocsize) in _TIFFFetchStrileValue()7670 uint32_t nStripArrayAllocBefore = td->td_stripoffsetbyteallocsize; in _TIFFFetchStrileValue()7690 if (td->td_stripoffsetbyteallocsize == 0 && in _TIFFFetchStrileValue()7725 td->td_stripoffsetbyteallocsize = nStripArrayAllocNew; in _TIFFFetchStrileValue()7729 (td->td_stripoffsetbyteallocsize - nStripArrayAllocBefore) * in _TIFFFetchStrileValue()7733 (td->td_stripoffsetbyteallocsize - nStripArrayAllocBefore) * in _TIFFFetchStrileValue()7744 td->td_stripoffsetbyteallocsize = 0; in _TIFFFetchStrileValue()7747 if (*parray == NULL || strile >= td->td_stripoffsetbyteallocsize) in _TIFFFetchStrileValue()7859 td->td_stripoffsetbyteallocsize = 0; in _TIFFFillStrilesInternal()
1639 td->td_stripoffsetbyteallocsize = 0; in TIFFFreeDirectory()