Searched refs:proxyinfo (Results 1 – 1 of 1) sorted by relevance
2147 struct proxy_info *proxyinfo; local2233 Curl_safefree(proxyinfo->user);2234 proxyinfo->user = proxyuser;2239 Curl_safefree(proxyinfo->passwd);2247 proxyinfo->passwd = proxypasswd;2274 proxyinfo->port = port;2303 proxyinfo->host.rawalloc = host;2304 proxyinfo->host.name = host;2311 Curl_safefree(proxyinfo->host.rawalloc);2312 proxyinfo->host.rawalloc = host;[all …]
Completed in 11 milliseconds