Lines Matching defs:jpeg_error_mgr
726 struct jpeg_error_mgr { struct
728 void (*error_exit) (j_common_ptr cinfo);
730 void (*emit_message) (j_common_ptr cinfo, int msg_level);
732 void (*output_message) (j_common_ptr cinfo);
734 void (*format_message) (j_common_ptr cinfo, char *buffer);
737 void (*reset_error_mgr) (j_common_ptr cinfo);
742 int msg_code;
744 union {
747 } msg_parm;
751 int trace_level; /* max msg_level that will be displayed */
759 long num_warnings; /* number of corrupt-data warnings */
771 const char * const *jpeg_message_table; /* Library errors */
772 int last_jpeg_message; /* Table contains strings 0..last_jpeg_message */
776 const char * const *addon_message_table; /* Non-library errors */
777 int first_addon_message; /* code for first string in addon table */
778 int last_addon_message; /* code for last string in addon table */