HomeSort by relevance Sort by last modified time
    Searched refs:jerr (Results 1 - 12 of 12) sorted by null

  /external/jpeg/
example.c 89 struct jpeg_error_mgr jerr; local
99 * This routine fills in the contents of struct jerr, and returns jerr's
102 cinfo.err = jpeg_std_error(&jerr);
294 struct my_error_mgr jerr; local
314 cinfo.err = jpeg_std_error(&jerr.pub);
315 jerr.pub.error_exit = my_error_exit;
317 if (setjmp(jerr.setjmp_buffer)) {
402 * warnings occurred (test whether jerr.pub.num_warnings is nonzero).