Searched refs:http_code (Results 1 – 3 of 3) sorted by relevance
| /third_party/ffmpeg/libavformat/ |
| D | http.c | 67 int http_code; member 271 char http_code[4]; in http_should_reconnect() local 296 snprintf(http_code, sizeof(http_code), "%d", s->http_code); in http_should_reconnect() 298 return av_match_list(http_code, s->reconnect_on_http_error, ',') > 0; in http_should_reconnect() 337 if (s->http_code == 401) { in http_open_cnx() 345 if (s->http_code == 407) { in http_open_cnx() 353 if ((s->http_code == 301 || s->http_code == 302 || in http_open_cnx() 354 s->http_code == 303 || s->http_code == 307 || s->http_code == 308) && in http_open_cnx() 374 return ff_http_averror(s->http_code, AVERROR(EIO)); in http_open_cnx() 721 static int check_http_code(URLContext *h, int http_code, const char *end) in check_http_code() argument [all …]
|
| /third_party/openssl/apps/ |
| D | tsget.in | 103 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE); 105 $error_string .= ", http code: $http_code" unless $http_code == 0;
|
| /third_party/elfutils/debuginfod/ |
| D | debuginfod.cxx | 2584 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()
|