Searched refs:httpproxycode (Results 1 – 3 of 3) sorted by relevance
439 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()
56 info->httpproxycode = 0; in Curl_initinfo()137 *param_longp = data->info.httpproxycode; in getinfo_long()
1071 int httpproxycode; /* response code from proxy when received separate */ member