Lines Matching refs:logerror

701 logerror(Image *image, const char *a1, const char *a2, const char *a3)  in logerror()  function
729 return logerror(image, name, operation, strerror(e)); in logclose()
741 return logerror(image, image->file_name, ": opaque not NULL", ""); in checkopaque()
745 return logerror(image, image->file_name, " --strict", ""); in checkopaque()
2518 return logerror(transform->in_image, transform->in_image->file_name, in logpixel()
2530 return logerror(transform->in_image, transform->in_image->file_name, in logpixel()
2736 return logerror(a, a->file_name, ": width x height changed: ", in compare_two_images()
2824 logerror(a, a->file_name, ": bad pixel index: ", pindex); in compare_two_images()
2836 logerror(b, b->file_name, ": bad pixel index: ", pindex); in compare_two_images()
2873 return logerror(a, a->file_name, ": bad pixel index: ", pindex); in compare_two_images()
2881 return logerror(b, b->file_name, ": bad pixel index: ", pindex); in compare_two_images()
3066 return logerror(image, "memory init: ", image->file_name, ""); in read_file()
3073 return logerror(image, "stdio init: ", image->file_name, ""); in read_file()
3079 return logerror(image, "file init: ", image->file_name, ""); in read_file()
3084 return logerror(image, "unsupported file/stdio init: ", in read_file()
3149 return logerror(image, image->file_name, ": image read failed", ""); in read_file()
3219 return logerror(image, image->file_name, ": open failed: ", in read_one_file()
3258 return logerror(image, "tmpfile", ": write failed", ""); in write_one_file()
3263 return logerror(image, "tmpfile", ": open: ", strerror(errno)); in write_one_file()
3286 return logerror(image, name, ": write failed", ""); in write_one_file()
3305 return logerror(image, image->file_name, ": format changed on read: ", in write_one_file()
3312 return logerror(output, output->tmpfile_name, in write_one_file()