Home
last modified time | relevance | path

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

/external/curl/lib/
Dgetinfo.c62 info->httpproxycode = 0; in Curl_initinfo()
233 *param_longp = data->info.httpproxycode; in getinfo_long()
Dhttp_proxy.c469 data->info.httpproxycode = k->httpcode = (header[9] - '0') * 100 + in on_resp_header()
661 if(!result && *done && data->info.httpproxycode/100 != 2) { in recv_CONNECT_resp()
1042 if(data->info.httpproxycode/100 != 2) { in CONNECT()
1055 data->info.httpproxycode); in CONNECT()
Durldata.h1075 int httpproxycode; /* response code from proxy when received separate */ member
Dc-hyper.c274 data->info.httpproxycode = http_status; in status_line()