Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_dirread.c5761 uint64 *newcounts; in allocChoppedUpStripArrays() local
5774 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips, sizeof (uint64), in allocChoppedUpStripArrays()
5778 if (newcounts == NULL || newoffsets == NULL) { in allocChoppedUpStripArrays()
5783 if (newcounts != NULL) in allocChoppedUpStripArrays()
5784 _TIFFfree(newcounts); in allocChoppedUpStripArrays()
5798 newcounts[i] = stripbytes; in allocChoppedUpStripArrays()
5812 td->td_stripbytecount_p = newcounts; in allocChoppedUpStripArrays()