Searched refs:error_exit (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djerror.c74 error_exit (j_common_ptr cinfo) function
84 * error_exit pointer in the error handler structs it uses.
253 err->error_exit = error_exit;
H A Djerror.h211 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
215 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
220 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
226 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
233 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
237 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
H A Djpegdecoder.c78 * Our example here shows how to override the "error_exit" method so that
80 * rather than calling exit() as the standard error_exit method does.
84 * establish the return point. We want the replacement error_exit to do a
86 * error_exit routine. To do this, we make a private extension of the
102 * Here's the routine that will replace the standard error_exit method:
293 cinfo->err->error_exit((struct jpeg_common_struct *) cinfo);
329 cinfo->err->error_exit((struct jpeg_common_struct *) cinfo);
346 cinfo->err->error_exit((struct jpeg_common_struct *) cinfo);
353 cinfo->err->error_exit((struct jpeg_common_struct *) cinfo);
428 cinfo->err->error_exit((struc
[all...]
H A DimageioJPEG.c515 * Here's the routine that will replace the standard error_exit method:
931 cinfo->err->error_exit((j_common_ptr) cinfo);
954 cinfo->err->error_exit((j_common_ptr) cinfo);
1010 cinfo->err->error_exit((j_common_ptr) cinfo);
1021 cinfo->err->error_exit((j_common_ptr) cinfo);
1037 cinfo->err->error_exit((j_common_ptr) cinfo);
1114 cinfo->err->error_exit((j_common_ptr) cinfo);
1133 cinfo->err->error_exit((j_common_ptr) cinfo);
1167 cinfo->err->error_exit((j_common_ptr) cinfo);
1469 /* We set up the normal JPEG error routines, then override error_exit
[all...]
H A Djpeglib.h649 JMETHOD(void, error_exit, (j_common_ptr cinfo));
748 * NB: alloc routines never return NULL. They exit to error_exit if not
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_jpeg.c239 jerr.pub.error_exit = my_error_exit;

Completed in 45 milliseconds