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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c45 int http_code; member in struct:__anon2155
148 if (s->http_code == 401) {
155 if (s->http_code == 407) {
163 if ((s->http_code == 301 || s->http_code == 302 || s->http_code == 303 || s->http_code == 307)
254 s->http_code = strtol(p, &end, 10);
256 av_dlog(NULL, "http_code=%d\n", s->http_code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c51 int http_code; member in struct:__anon3501
207 if (s->http_code == 401) {
215 if (s->http_code == 407) {
223 if ((s->http_code == 301 || s->http_code == 302 || s->http_code == 303 || s->http_code == 307)
332 static int check_http_code(URLContext *h, int http_code, const char *end) argument
337 if (http_code >= 400 && http_code < 60
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dtsget98 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);
100 $error_string .= ", http code: $http_code" unless $http_code == 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dtsget98 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);
100 $error_string .= ", http code: $http_code" unless $http_code == 0;

Completed in 167 milliseconds