Lines Matching refs:proxyinfo
2147 struct proxy_info *proxyinfo; local
2221 proxyinfo = sockstype ? &conn->socks_proxy : &conn->http_proxy;
2222 proxyinfo->proxytype = (unsigned char)proxytype;
2233 Curl_safefree(proxyinfo->user);
2234 proxyinfo->user = proxyuser;
2239 Curl_safefree(proxyinfo->passwd);
2247 proxyinfo->passwd = proxypasswd;
2274 proxyinfo->port = port;
2302 Curl_safefree(proxyinfo->host.rawalloc);
2303 proxyinfo->host.rawalloc = host;
2304 proxyinfo->host.name = host;
2311 Curl_safefree(proxyinfo->host.rawalloc);
2312 proxyinfo->host.rawalloc = host;
2320 proxyinfo->host.name = host;