Home
last modified time | relevance | path

Searched refs:http_code (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhttp.c71 int http_code; member
280 char http_code[4]; in http_should_reconnect() local
305 snprintf(http_code, sizeof(http_code), "%d", s->http_code); in http_should_reconnect()
307 return av_match_list(http_code, s->reconnect_on_http_error, ',') > 0; in http_should_reconnect()
400 if (s->http_code == 401) { in http_open_cnx()
408 if (s->http_code == 407) { in http_open_cnx()
416 if ((s->http_code == 301 || s->http_code in http_open_cnx()
799 check_http_code(URLContext *h, int http_code, const char *end) check_http_code() argument
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx2584 int http_code = 500; in handler_cb() local
2677 http_code = MHD_HTTP_OK; in handler_cb()
2684 http_code = e.code; in handler_cb()
2695 << ' ' << http_code << ' ' << http_size in handler_cb()
2700 string http_code_str = to_string(http_code); in handler_cb()

Completed in 9 milliseconds