#include "jinclude.h"
#include "jpeglib.h"
#include "jversion.h"
#include "jerror.h"
#include "../renderer/tr_local.h"
Include dependency graph for jerror.c:

Go to the source code of this file.
Defines | |
| #define | EXIT_FAILURE 1 |
| #define | JMESSAGE(code, string) string , |
Functions | |
| METHODDEF void | emit_message (j_common_ptr cinfo, int msg_level) |
| METHODDEF void | error_exit (j_common_ptr cinfo) |
| METHODDEF void | format_message (j_common_ptr cinfo, char *buffer) |
| GLOBAL struct jpeg_error_mgr * | jpeg_std_error (struct jpeg_error_mgr *err) |
| METHODDEF void | output_message (j_common_ptr cinfo) |
| METHODDEF void | reset_error_mgr (j_common_ptr cinfo) |
Variables | |
| const char *const | jpeg_std_message_table [] |
|
|
Definition at line 25 of file jerror.c. Referenced by fillbuf(), main(), main_init(), parse_switches(), and usage(). |
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1