Home | History | Annotate | Download | only in jpeg

Lines Matching defs:error_exit

130 void error_exit(j_common_ptr cinfo);
327 // We set up the normal JPEG error routines, then override error_exit.
329 m_err.pub.error_exit = error_exit;
652 void error_exit(j_common_ptr cinfo)