#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 EXIT_FAILURE 1 |
Definition at line 32 of file jerror.c.
Referenced by GoFTStress::PrintResultAD1Sample(), GoFTStress::PrintResultAD2Samples(), and GoFTStress::PrintResultKS().
| emit_message | ( | j_common_ptr | cinfo, | |
| int | msg_level | |||
| ) |
| error_exit | ( | j_common_ptr | cinfo | ) |
| format_message | ( | j_common_ptr | cinfo, | |
| char * | buffer | |||
| ) |
| jpeg_std_error | ( | struct jpeg_error_mgr * | err | ) |
| output_message | ( | j_common_ptr | cinfo | ) |
| reset_error_mgr | ( | j_common_ptr | cinfo | ) |
| const char* const jpeg_std_message_table[] |
1.5.1