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

/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_dirread.c1327 uint32* newcounts; local
1345 newcounts = (uint32*) CheckMalloc(tif, nstrips * sizeof (uint32),
1349 if (newcounts == NULL || newoffsets == NULL) {
1354 if (newcounts != NULL)
1355 _TIFFfree(tif, newcounts);
1368 newcounts[strip] = stripbytes;
1381 td->td_stripbytecount = newcounts;
/haiku-fatelf/src/libs/tiff/
H A Dtif_dirread.c2008 uint32* newcounts; local
2034 newcounts = (uint32*) _TIFFCheckMalloc(tif, nstrips, sizeof (uint32),
2038 if (newcounts == NULL || newoffsets == NULL) {
2043 if (newcounts != NULL)
2044 _TIFFfree(newcounts);
2056 newcounts[strip] = stripbytes;
2069 td->td_stripbytecount = newcounts;

Completed in 47 milliseconds