Defines | Functions | Variables

jerror.c File Reference

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

Defines

#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

#define JMESSAGE (   code,
  string 
)    string ,

Function Documentation

emit_message ( j_common_ptr  cinfo,
int  msg_level 
)
error_exit ( j_common_ptr  cinfo  ) 

Here is the call graph for this function:

format_message ( j_common_ptr  cinfo,
char *  buffer 
)
jpeg_std_error ( struct jpeg_error_mgr err  ) 

Here is the caller graph for this function:

output_message ( j_common_ptr  cinfo  ) 

Here is the call graph for this function:

reset_error_mgr ( j_common_ptr  cinfo  ) 

Variable Documentation

const char* const jpeg_std_message_table[]