Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dopensslidentity.cc155 char error_buf[200]; in LogSSLErrors() local
159 ERR_error_string_n(err, error_buf, sizeof(error_buf)); in LogSSLErrors()
160 LOG(LS_ERROR) << prefix << ": " << error_buf << "\n"; in LogSSLErrors()
/external/skia/third_party/libpng/
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;
Dpngpriv.h1903 png_voidp error_buf; /* Always a jmp_buf at present. */ member
1916 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
1918 # define png_control_jmp_buf(pc) ((pc)->error_buf)
Dpng.c4480 image->opaque->error_buf == NULL)
/external/libpng/
Dpngerror.c903 if (image->opaque != NULL && image->opaque->error_buf != NULL)
944 saved_error_buf = image->opaque->error_buf; in png_safe_execute()
950 image->opaque->error_buf = safe_jmpbuf; in png_safe_execute()
954 image->opaque->error_buf = saved_error_buf; in png_safe_execute()
Dpngpriv.h1955 png_voidp error_buf; /* Always a jmp_buf at present. */ member
1968 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
1970 # define png_control_jmp_buf(pc) ((pc)->error_buf)
Dpng.c4514 image->opaque->error_buf == NULL)
/external/pdfium/third_party/libpng16/
Dpngerror.c903 if (image->opaque != NULL && image->opaque->error_buf != NULL)
944 saved_error_buf = image->opaque->error_buf; in png_safe_execute()
950 image->opaque->error_buf = safe_jmpbuf; in png_safe_execute()
954 image->opaque->error_buf = saved_error_buf; in png_safe_execute()
Dpngpriv.h1903 png_voidp error_buf; /* Always a jmp_buf at present. */ member
1916 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
1918 # define png_control_jmp_buf(pc) ((pc)->error_buf)
Dpng.c4481 image->opaque->error_buf == NULL)