Searched refs:error_buf (Results 1 – 10 of 10) 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;950 image->opaque->error_buf = safe_jmpbuf;954 image->opaque->error_buf = saved_error_buf;
1903 png_voidp error_buf; /* Always a jmp_buf at present. */ member1916 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])1918 # define png_control_jmp_buf(pc) ((pc)->error_buf)
4480 image->opaque->error_buf == NULL)
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()
1955 png_voidp error_buf; /* Always a jmp_buf at present. */ member1968 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])1970 # define png_control_jmp_buf(pc) ((pc)->error_buf)
4514 image->opaque->error_buf == NULL)
4481 image->opaque->error_buf == NULL)