Searched refs:newcounts (Results 1 – 3 of 3) 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()
39 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips, sizeof (uint64),
5721 uint64* newcounts; in ChopUpSingleUncompressedStrip() local5773 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips, sizeof (uint64), in ChopUpSingleUncompressedStrip()5777 if (newcounts == NULL || newoffsets == NULL) { in ChopUpSingleUncompressedStrip()5782 if (newcounts != NULL) in ChopUpSingleUncompressedStrip()5783 _TIFFfree(newcounts); in ChopUpSingleUncompressedStrip()5795 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()5808 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()
Completed in 15 milliseconds