Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c5411 uint64* resizeddata; in TIFFFetchStripThing() local
5412 resizeddata=(uint64*)_TIFFCheckMalloc(tif,nstrips,sizeof(uint64),"for strip array"); in TIFFFetchStripThing()
5413 if (resizeddata==0) { in TIFFFetchStripThing()
5419 _TIFFmemcpy(resizeddata,data,(uint32)dir->tdir_count*sizeof(uint64)); in TIFFFetchStripThing()
5420 …_TIFFmemset(resizeddata+(uint32)dir->tdir_count,0,(nstrips-(uint32)dir->tdir_count)*sizeof(uint64)… in TIFFFetchStripThing()
5423 _TIFFmemcpy(resizeddata,data,nstrips*sizeof(uint64)); in TIFFFetchStripThing()
5425 data=resizeddata; in TIFFFetchStripThing()
/libtiff-4.0.7/
H A DChangeLog1639 upon failure to allocate "resizeddata".