Lines Matching refs:httpcode
507 if((407 == k->httpcode) && !data->state.authproblem) { in CONNECT()
563 (401 == k->httpcode)) || in CONNECT()
565 (407 == k->httpcode))) { in CONNECT()
567 bool proxy = (k->httpcode == 407) ? TRUE : FALSE; in CONNECT()
580 if(k->httpcode/100 == 2) { in CONNECT()
585 k->httpcode); in CONNECT()
595 if(k->httpcode/100 == 2) { in CONNECT()
600 "CONNECT %03d response", k->httpcode); in CONNECT()
614 &k->httpcode)) { in CONNECT()
616 data->info.httpproxycode = k->httpcode; in CONNECT()
682 data->req.httpcode); in CONNECT()
908 data->info.httpproxycode = data->req.httpcode; in CONNECT()
929 data->req.httpcode); in CONNECT()