Home
last modified time | relevance | path

Searched refs:httpcode (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
Dhttp.c507 if(100 <= data->req.httpcode && 199 >= data->req.httpcode) in Curl_http_auth_act()
515 ((data->req.httpcode == 401) || in Curl_http_auth_act()
516 (conn->bits.authneg && data->req.httpcode < 300))) { in Curl_http_auth_act()
522 ((data->req.httpcode == 407) || in Curl_http_auth_act()
523 (conn->bits.authneg && data->req.httpcode < 300))) { in Curl_http_auth_act()
547 else if((data->req.httpcode < 300) && in Curl_http_auth_act()
564 data->req.httpcode); in Curl_http_auth_act()
927 int httpcode; in http_should_fail() local
933 httpcode = data->req.httpcode; in http_should_fail()
945 if(httpcode < 400) in http_should_fail()
[all …]
Dhttp_proxy.c379 if((407 == k->httpcode) && !data->state.authproblem) { in Curl_proxyCONNECT()
455 (401 == k->httpcode)) || in Curl_proxyCONNECT()
457 (407 == k->httpcode))) { in Curl_proxyCONNECT()
459 bool proxy = (k->httpcode == 407) ? TRUE : FALSE; in Curl_proxyCONNECT()
491 &k->httpcode)) { in Curl_proxyCONNECT()
493 data->info.httpproxycode = k->httpcode; in Curl_proxyCONNECT()
547 if(200 != data->req.httpcode) { in Curl_proxyCONNECT()
569 data->req.httpcode); in Curl_proxyCONNECT()
Dgetinfo.c55 info->httpcode = 0; in Curl_initinfo()
134 *param_longp = data->info.httpcode; in getinfo_long()
Durldata.h650 int httpcode; /* error code from the 'HTTP/1.? XXX' or member
1070 int httpcode; /* Recent HTTP, FTP, or RTSP response code */ member
Dtransfer.c578 data->info.httpcode = 304; in readwrite_data()
1719 switch(data->info.httpcode) { in Curl_follow()
Dsmtp.c1019 data->info.httpcode = smtpcode; in smtp_statemach_act()
Dftp.c638 data->info.httpcode=code; in ftp_readresp()
/external/curl/
DCHANGES.014130 - As was reported anonymously, when FAILONERROR was used, the httpcode was