Lines Matching defs:jpeg_error_mgr
720 struct jpeg_error_mgr { struct
722 void (*error_exit) (j_common_ptr cinfo);
724 void (*emit_message) (j_common_ptr cinfo, int msg_level);
726 void (*output_message) (j_common_ptr cinfo);
728 void (*format_message) (j_common_ptr cinfo, char *buffer);
731 void (*reset_error_mgr) (j_common_ptr cinfo);
736 int msg_code;
738 union {
741 } msg_parm;
745 int trace_level; /* max msg_level that will be displayed */
753 long num_warnings; /* number of corrupt-data warnings */
765 const char * const *jpeg_message_table; /* Library errors */
766 int last_jpeg_message; /* Table contains strings 0..last_jpeg_message */
770 const char * const *addon_message_table; /* Non-library errors */
771 int first_addon_message; /* code for first string in addon table */
772 int last_addon_message; /* code for last string in addon table */