Searched refs:newcounts (Results 1 – 2 of 2) sorted by relevance
1067 uint32* newcounts; in ChopUpSingleUncompressedStrip() local1085 newcounts = (uint32*) CheckMalloc(tif, nstrips * sizeof (uint32), in ChopUpSingleUncompressedStrip()1089 if (newcounts == NULL || newoffsets == NULL) { in ChopUpSingleUncompressedStrip()1094 if (newcounts != NULL) in ChopUpSingleUncompressedStrip()1095 _TIFFfree(newcounts); in ChopUpSingleUncompressedStrip()1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()1121 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()
5508 uint64* newcounts; in ChopUpSingleUncompressedStrip() local5546 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips32, sizeof (uint64), in ChopUpSingleUncompressedStrip()5550 if (newcounts == NULL || newoffsets == NULL) { in ChopUpSingleUncompressedStrip()5555 if (newcounts != NULL) in ChopUpSingleUncompressedStrip()5556 _TIFFfree(newcounts); in ChopUpSingleUncompressedStrip()5568 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()5581 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()