Searched refs:httpcode (Results 1 – 8 of 8) sorted by relevance
507 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() local933 httpcode = data->req.httpcode; in http_should_fail()945 if(httpcode < 400) in http_should_fail()[all …]
379 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()
55 info->httpcode = 0; in Curl_initinfo()134 *param_longp = data->info.httpcode; in getinfo_long()
650 int httpcode; /* error code from the 'HTTP/1.? XXX' or member1070 int httpcode; /* Recent HTTP, FTP, or RTSP response code */ member
578 data->info.httpcode = 304; in readwrite_data()1719 switch(data->info.httpcode) { in Curl_follow()
1019 data->info.httpcode = smtpcode; in smtp_statemach_act()
638 data->info.httpcode=code; in ftp_readresp()
14130 - As was reported anonymously, when FAILONERROR was used, the httpcode was