Searched refs:error_exit (Results 1 – 15 of 15) sorted by relevance
71 error_exit (j_common_ptr cinfo) in error_exit() function234 err->error_exit = error_exit; in jpeg_std_error()
211 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))215 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))220 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))226 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))233 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))242 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))246 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
315 jerr.pub.error_exit = my_error_exit; in read_JPEG_file()
704 JMETHOD(noreturn_t, error_exit, (j_common_ptr cinfo));
78 int (*error_exit) (char *msgtext);
503 object that has reported an error by calling error_exit (see "Error handling"1405 error_exit (j_common_ptr cinfo)1432 Only error_exit() and emit_message() are called from the rest of the JPEG1457 error handler struct, then invoke the error_exit() or emit_message() method.
4780 int (*error_exit) (char *msgtext);
106 int (*error_exit) (char *msgtext); member
34 jpeg_error_mgr.error_exit = jpeg_error_exit; in tjpeg2rgb()
340 jerr.errmgr.error_exit = my_error_exit; in IMG_LoadJPG_RW()500 jerr.errmgr.error_exit = my_error_exit; in IMG_SaveJPG_RW_jpeglib()
278 jerr.pub.error_exit = my_error_exit; in ReadJPEG()
285 sp->err.error_exit = TIFFjpeg_error_exit; in TIFFjpeg_create_compress()299 sp->err.error_exit = TIFFjpeg_error_exit; in TIFFjpeg_create_decompress()
1169 sp->libjpeg_jpeg_error_mgr.error_exit=OJPEGLibjpegJpegErrorMgrErrorExit; in OJPEGWriteHeaderInfo()
Completed in 42 milliseconds