HomeSort by relevance Sort by last modified time
    Searched defs:error_exit (Results 1 - 4 of 4) sorted by null

  /external/jpeg/
jerror.c 70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = error_exit;
ckconfig.c 106 int (*error_exit) (char *msgtext); member in struct:methods_struct
  /external/qemu/
qemu-thread.c 22 static void error_exit(int err, const char *msg) function
34 error_exit(err, __func__);
43 error_exit(err, __func__);
71 error_exit(err, __func__);
81 error_exit(err, __func__);
90 error_exit(err, __func__);
99 error_exit(err, __func__);
108 error_exit(err, __func__);
117 error_exit(err, __func__);
130 error_exit(err, __func__)
    [all...]
  /external/webkit/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 81 void error_exit(j_common_ptr cinfo);
105 /* We set up the normal JPEG error routines, then override error_exit. */
107 m_err.pub.error_exit = error_exit;
371 void error_exit(j_common_ptr cinfo) function in namespace:WebCore

Completed in 25 milliseconds