Lines Matching refs:error
173 { "reconnect_on_network_error", "auto reconnect in case of tcp/tls error during connect", OFFSET(reconnect_on_network_error), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, D },
351 /* return non zero if error */
567 reply_text = "Internal server error";
607 static void handle_http_errors(URLContext *h, int error)
609 av_assert0(error < 0);
610 http_write_reply(h, error);
802 /* error codes are 4xx and 5xx, but regard 401 as a success, so we
808 av_log(h, AV_LOG_WARNING, "HTTP error %d %s\n", http_code, end);
1235 * @return a negative value if an error condition occurred, 0 otherwise
1705 av_log(h, AV_LOG_WARNING, "Will reconnect at %"PRIu64" in %d second(s), error=%s.\n", s->off, reconnect_delay, av_err2str(read_ret));
1723 // Assumes partial reads are an error.
1864 av_log(h, AV_LOG_ERROR, "URL read error: %s\n", av_err2str(read_ret));