Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5821 unsigned char *new_buff = NULL; in loadImage() local
6137 if (!new_buff) in loadImage()
6143 read_buff = new_buff; in loadImage()
7316 unsigned char *new_buff = NULL; in createImageSection() local
7331 new_buff = _TIFFrealloc(sect_buff, sectsize); in createImageSection()
7332 if (!new_buff) in createImageSection()
7338 sect_buff = new_buff; in createImageSection()
7599 unsigned char *new_buff = NULL; in createCroppedImage() local
7623 new_buff = _TIFFrealloc(crop_buff, cropsize); in createCroppedImage()
7624 if (!new_buff) in createCroppedImage()
[all …]