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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirread.c1459 uint32* newcounts; local
1480 newcounts = (uint32*) CheckMalloc(tif, nstrips, sizeof (uint32),
1484 if (newcounts == NULL || newoffsets == NULL) {
1489 if (newcounts != NULL)
1490 _TIFFfree(newcounts);
1503 newcounts[strip] = stripbytes;
1516 td->td_stripbytecount = newcounts;

Completed in 73 milliseconds