Searched refs:newoffsets (Results 1 – 1 of 1) sorted by relevance
7096 uint64_t *newoffsets; in allocChoppedUpStripArrays() local7111 newoffsets = (uint64_t *)_TIFFCheckMalloc( in allocChoppedUpStripArrays()7113 if (newcounts == NULL || newoffsets == NULL) in allocChoppedUpStripArrays()7121 if (newoffsets != NULL) in allocChoppedUpStripArrays()7122 _TIFFfreeExt(tif, newoffsets); in allocChoppedUpStripArrays()7135 newoffsets[i] = stripbytes ? offset : 0; in allocChoppedUpStripArrays()7149 td->td_stripoffset_p = newoffsets; in allocChoppedUpStripArrays()