Searched refs:http_code (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/profiler/common/exceptions/ |
D | exceptions.py | 33 def __init__(self, error, message, http_code=500): argument 47 self.http_code = http_code 87 http_code=400 98 http_code=400 109 http_code=400 120 http_code=400 131 http_code=400 142 http_code=400 153 http_code=400 164 http_code=400 [all …]
|
/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/curl/tests/data/ |
D | test15 | 31 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER --write-out "%{url_effective} %{http_code} %{size_downloa…
|
D | test217 | 35 …th/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -w "%{http_code} %{http_connect}…
|
D | test970 | 62 …ode":0,"filename_effective":"log/out%TESTNUMBER","ftp_entry_path":null,"http_code":200,"http_conne…
|