Searched refs:sectsize (Results 1 – 1 of 1) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiffcrop.c | 6990 uint32 i, k, width, length, sectsize; in writeImageSections() local 7008 sectsize = (uint32) in writeImageSections() 7011 if (createImageSection(sectsize, sect_buff_ptr)) in writeImageSections() 7313 createImageSection(uint32 sectsize, unsigned char **sect_buff_ptr) in createImageSection() argument 7323 sect_buff = (unsigned char *)_TIFFmalloc(sectsize); in createImageSection() 7325 _TIFFmemset(sect_buff, 0, sectsize); in createImageSection() 7329 if (prev_sectsize < sectsize) in createImageSection() 7331 new_buff = _TIFFrealloc(sect_buff, sectsize); in createImageSection() 7335 sect_buff = (unsigned char *)_TIFFmalloc(sectsize); in createImageSection() 7340 _TIFFmemset(sect_buff, 0, sectsize); in createImageSection() [all …]
|