Searched defs:jpeg_error_mgr (Results 1 – 1 of 1) sorted by relevance
704 struct jpeg_error_mgr { struct720 int msg_code;722 union {725 } msg_parm;729 int trace_level; /* max msg_level that will be displayed */737 long num_warnings; /* number of corrupt-data warnings */749 const char * const * jpeg_message_table; /* Library errors */750 int last_jpeg_message; /* Table contains strings 0..last_jpeg_message */754 const char * const * addon_message_table; /* Non-library errors */755 int first_addon_message; /* code for first string in addon table */[all …]