Lines Matching refs:proxyinfo
2189 struct proxy_info *proxyinfo;
2263 proxyinfo = sockstype ? &conn->socks_proxy : &conn->http_proxy;
2264 proxyinfo->proxytype = (unsigned char)proxytype;
2275 Curl_safefree(proxyinfo->user);
2276 proxyinfo->user = proxyuser;
2281 Curl_safefree(proxyinfo->passwd);
2289 proxyinfo->passwd = proxypasswd;
2316 proxyinfo->port = port;
2343 Curl_safefree(proxyinfo->host.rawalloc);
2344 proxyinfo->host.rawalloc = host;
2345 proxyinfo->host.name = host;
2352 Curl_safefree(proxyinfo->host.rawalloc);
2353 proxyinfo->host.rawalloc = host;
2361 proxyinfo->host.name = host;