Doxygen Source Code Documentation
jerror.c File Reference
#include "jinclude.h"#include "jpeglib.h"#include "jversion.h"#include "jerror.h"Go to the source code of this file.
Defines | |
| #define | EXIT_FAILURE 1 |
| #define | JMESSAGE(code, string) string , |
Functions | |
| error_exit (j_common_ptr cinfo) | |
| output_message (j_common_ptr cinfo) | |
| emit_message (j_common_ptr cinfo, int msg_level) | |
| format_message (j_common_ptr cinfo, char *buffer) | |
| reset_error_mgr (j_common_ptr cinfo) | |
| jpeg_std_error (struct jpeg_error_mgr *err) | |
Variables | |
| const char *const | jpeg_std_message_table [] |
Define Documentation
|
|
|
|
|
|
Function Documentation
|
||||||||||||
|
|
|
|
Definition at line 361 of file jerror.c. Referenced by Gif_XNextImage(), and matrix_file_read(). |
|
||||||||||||
|
|
|
|
Definition at line 522 of file jerror.c. Referenced by main(), read_JPEG_file(), and write_JPEG_file(). |
|
|
Definition at line 389 of file jerror.c. Referenced by ERROR_exit(), ERROR_message(), INFO_message(), ININFO_message(), and WARNING_message(). |
|
|
|
Variable Documentation
|
|
|