Searched refs:error_buf (Results 1 – 4 of 4) sorted by relevance
132 char error_buf[200]; in LogSSLErrors() local136 ERR_error_string_n(err, error_buf, sizeof(error_buf)); in LogSSLErrors()137 LOG(LS_ERROR) << prefix << ": " << error_buf << "\n"; in LogSSLErrors()
898 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()
1869 png_voidp error_buf; /* Always a jmp_buf at present. */ member1882 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])1884 # define png_control_jmp_buf(pc) ((pc)->error_buf)
4389 image->opaque->error_buf == NULL)