Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_proxy.c439 if(200 == data->info.httpproxycode) { in Curl_proxyCONNECT()
493 data->info.httpproxycode = k->httpcode; in Curl_proxyCONNECT()
512 if(data->info.httpproxycode != 200) { in Curl_proxyCONNECT()
Dgetinfo.c56 info->httpproxycode = 0; in Curl_initinfo()
137 *param_longp = data->info.httpproxycode; in getinfo_long()
Durldata.h1071 int httpproxycode; /* response code from proxy when received separate */ member