Searched refs:new_stripoffset (Results 1 – 1 of 1) sorted by relevance
695 uint64* new_stripoffset; in TIFFGrowStrips() local699 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset_p, in TIFFGrowStrips()703 if (new_stripoffset == NULL || new_stripbytecount == NULL) { in TIFFGrowStrips()704 if (new_stripoffset) in TIFFGrowStrips()705 _TIFFfree(new_stripoffset); in TIFFGrowStrips()712 td->td_stripoffset_p = new_stripoffset; in TIFFGrowStrips()