Home
last modified time | relevance | path

Searched refs:newoffsets (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dirread.c7096 uint64_t *newoffsets; in allocChoppedUpStripArrays() local
7111 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()