Searched refs:error_buf (Results 1 – 7 of 7) sorted by relevance
155 char error_buf[200]; in LogSSLErrors() local159 ERR_error_string_n(err, error_buf, sizeof(error_buf)); in LogSSLErrors()160 LOG(LS_ERROR) << prefix << ": " << error_buf << "\n"; in LogSSLErrors()
903 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()
2039 png_voidp error_buf; /* Always a jmp_buf at present. */ member2052 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])2054 # define png_control_jmp_buf(pc) ((pc)->error_buf)
4589 image->opaque->error_buf == NULL)
4590 image->opaque->error_buf == NULL)