Searched refs:http_code (Results 1 – 10 of 10) 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/node/deps/openssl/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/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/curl/tests/data/ |
D | test15 | 31 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER --write-out "%{url_effective} %{http_code} %{size_downloa…
|
D | test990 | 39 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%output{%LOGDIR/output}%{http_code}\n'
|
D | test991 | 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%output{>>%LOGDIR/output}%{http_code}'
|
D | test217 | 35 …th/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -w "%{http_code} %{http_connect}…
|
D | test970 | 62 …:0,"filename_effective":"%LOGDIR/out%TESTNUMBER","ftp_entry_path":null,"http_code":200,"http_conne…
|
D | test972 | 63 …xitcode":0,"filename_effective":"%LOGDIR/out972","ftp_entry_path":null,"http_code":200,"http_conne…
|
/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()
|