Lines Matching refs:k
294 struct SingleRequest *k = &data->req; in on_resp_header() local
298 (401 == k->httpcode)) || in on_resp_header()
300 (407 == k->httpcode))) { in on_resp_header()
302 bool proxy = (k->httpcode == 407); in on_resp_header()
316 if(k->httpcode/100 == 2) { in on_resp_header()
321 k->httpcode); in on_resp_header()
332 if(k->httpcode/100 == 2) { in on_resp_header()
337 "CONNECT %03d response", k->httpcode); in on_resp_header()
358 data->info.httpproxycode = k->httpcode = (header[9] - '0') * 100 + in on_resp_header()
370 struct SingleRequest *k = &data->req; in recv_CONNECT_resp() local
485 if((407 == k->httpcode) && !data->state.authproblem) { in recv_CONNECT_resp()