Searched refs:newcounts (Results 1 – 1 of 1) sorted by relevance
5504 uint64* newcounts; in ChopUpSingleUncompressedStrip() local5542 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips32, sizeof (uint64), in ChopUpSingleUncompressedStrip()5546 if (newcounts == NULL || newoffsets == NULL) { in ChopUpSingleUncompressedStrip()5551 if (newcounts != NULL) in ChopUpSingleUncompressedStrip()5552 _TIFFfree(newcounts); in ChopUpSingleUncompressedStrip()5564 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()5577 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()