Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c1067 uint32* newcounts; in ChopUpSingleUncompressedStrip() local
1085 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()
/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c5508 uint64* newcounts; in ChopUpSingleUncompressedStrip() local
5546 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()