Lines Matching refs:proxyinfo
2158 struct proxy_info *proxyinfo; local
2232 proxyinfo = sockstype ? &conn->socks_proxy : &conn->http_proxy;
2233 proxyinfo->proxytype = (unsigned char)proxytype;
2244 Curl_safefree(proxyinfo->user);
2245 proxyinfo->user = proxyuser;
2250 Curl_safefree(proxyinfo->passwd);
2258 proxyinfo->passwd = proxypasswd;
2285 proxyinfo->port = port;
2312 Curl_safefree(proxyinfo->host.rawalloc);
2313 proxyinfo->host.rawalloc = host;
2314 proxyinfo->host.name = host;
2321 Curl_safefree(proxyinfo->host.rawalloc);
2322 proxyinfo->host.rawalloc = host;
2330 proxyinfo->host.name = host;