Searched defs:jpeg_error_mgr (Results 1 – 4 of 4) sorted by relevance
643 struct jpeg_error_mgr { struct659 int msg_code;661 union {664 } msg_parm;668 int trace_level; /* max msg_level that will be displayed */676 long num_warnings; /* number of corrupt-data warnings */688 const char * const * jpeg_message_table; /* Library errors */689 int last_jpeg_message; /* Table contains strings 0..last_jpeg_message */693 const char * const * addon_message_table; /* Non-library errors */694 int first_addon_message; /* code for first string in addon table */[all …]