Lines Matching refs:httpcode
437 if((407 == k->httpcode) && !data->state.authproblem) { in CONNECT()
490 (401 == k->httpcode)) || in CONNECT()
492 (407 == k->httpcode))) { in CONNECT()
494 bool proxy = (k->httpcode == 407) ? TRUE : FALSE; in CONNECT()
507 if(k->httpcode/100 == 2) { in CONNECT()
512 k->httpcode); in CONNECT()
522 if(k->httpcode/100 == 2) { in CONNECT()
527 "CONNECT %03d response\n", k->httpcode); in CONNECT()
541 &k->httpcode)) { in CONNECT()
543 data->info.httpproxycode = k->httpcode; in CONNECT()
609 data->req.httpcode); in CONNECT()