Searched refs:error_buf (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
H A Dopensslidentity.cc155 char error_buf[200]; local
159 ERR_error_string_n(err, error_buf, sizeof(error_buf));
160 LOG(LS_ERROR) << prefix << ": " << error_buf << "\n"; local
/external/libpng/
H A Dpngerror.c903 if (image->opaque != NULL && image->opaque->error_buf != NULL)
944 saved_error_buf = image->opaque->error_buf;
950 image->opaque->error_buf = safe_jmpbuf;
954 image->opaque->error_buf = saved_error_buf;
H A Dpngpriv.h1903 png_voidp error_buf; /* Always a jmp_buf at present. */ member in struct:png_control
1916 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
1918 # define png_control_jmp_buf(pc) ((pc)->error_buf)
H A Dpng.c4480 image->opaque->error_buf == NULL)
/external/pdfium/third_party/lpng_v163/
H A Dpngerror.c871 if (image->opaque != NULL && image->opaque->error_buf != NULL)
912 saved_error_buf = image->opaque->error_buf;
918 image->opaque->error_buf = safe_jmpbuf;
922 image->opaque->error_buf = saved_error_buf;
H A Dpngpriv.h1931 png_voidp error_buf; /* Always a jmp_buf at present. */ member in struct:png_control
1944 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
1946 # define png_control_jmp_buf(pc) ((pc)->error_buf)
H A Dpng.c4278 image->opaque->error_buf == NULL)

Completed in 151 milliseconds