Searched defs:error_buf (Results 1 - 4 of 4) 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 Dpngpriv.h1955 png_voidp error_buf; /* Always a jmp_buf at present. */ member in struct:png_control
1968 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
1970 # define png_control_jmp_buf(pc) ((pc)->error_buf)
/external/pdfium/third_party/libpng16/
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)
/external/skia/third_party/libpng/
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)

Completed in 208 milliseconds