Searched refs:new_buff (Results 1 – 1 of 1) sorted by relevance
5821 unsigned char *new_buff = NULL; in loadImage() local6137 if (!new_buff) in loadImage()6143 read_buff = new_buff; in loadImage()7316 unsigned char *new_buff = NULL; in createImageSection() local7331 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() local7623 new_buff = _TIFFrealloc(crop_buff, cropsize); in createCroppedImage()7624 if (!new_buff) in createCroppedImage()[all …]