Lines Matching refs:httpcode
447 if((407 == k->httpcode) && !data->state.authproblem) { in CONNECT()
504 (401 == k->httpcode)) || in CONNECT()
506 (407 == k->httpcode))) { in CONNECT()
508 bool proxy = (k->httpcode == 407) ? TRUE : FALSE; in CONNECT()
521 if(k->httpcode/100 == 2) { in CONNECT()
526 k->httpcode); in CONNECT()
536 if(k->httpcode/100 == 2) { in CONNECT()
541 "CONNECT %03d response\n", k->httpcode); in CONNECT()
556 &k->httpcode)) { in CONNECT()
558 data->info.httpproxycode = k->httpcode; in CONNECT()
625 data->req.httpcode); in CONNECT()