Home
last modified time | relevance | path

Searched refs:httpproxycode (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/
Dcf-h1-proxy.c361 data->info.httpproxycode = k->httpcode = (header[9] - '0') * 100 + in on_resp_header()
554 if(!result && *done && data->info.httpproxycode/100 != 2) { in recv_CONNECT_resp()
978 if(data->info.httpproxycode/100 != 2) { in H1_CONNECT()
990 data->info.httpproxycode); in H1_CONNECT()
Dgetinfo.c62 info->httpproxycode = 0; in Curl_initinfo()
233 *param_longp = data->info.httpproxycode; in getinfo_long()
Durldata.h1116 int httpproxycode; /* response code from proxy when received separate */ member
Dc-hyper.c288 data->info.httpproxycode = http_status; in status_line()