Home
last modified time | relevance | path

Searched refs:error_buf (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dopensslidentity.cc132 char error_buf[200]; in LogSSLErrors() local
136 ERR_error_string_n(err, error_buf, sizeof(error_buf)); in LogSSLErrors()
137 LOG(LS_ERROR) << prefix << ": " << error_buf << "\n"; in LogSSLErrors()
/external/libpng/
Dpngerror.c898 if (image->opaque != NULL && image->opaque->error_buf != NULL)
939 saved_error_buf = image->opaque->error_buf; in png_safe_execute()
945 image->opaque->error_buf = safe_jmpbuf; in png_safe_execute()
949 image->opaque->error_buf = saved_error_buf; in png_safe_execute()
Dpngpriv.h1869 png_voidp error_buf; /* Always a jmp_buf at present. */ member
1882 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
1884 # define png_control_jmp_buf(pc) ((pc)->error_buf)
Dpng.c4389 image->opaque->error_buf == NULL)