Searched refs:new_stripoffset (Results 1 – 1 of 1) sorted by relevance
649 uint64* new_stripoffset; in TIFFGrowStrips() local653 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()657 if (new_stripoffset == NULL || new_stripbytecount == NULL) { in TIFFGrowStrips()658 if (new_stripoffset) in TIFFGrowStrips()659 _TIFFfree(new_stripoffset); in TIFFGrowStrips()666 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()