Searched refs:phostname (Results 1 – 2 of 2) sorted by relevance
56 const char **phostname, in Curl_http_proxy_get_destination() argument63 *phostname = cf->conn->conn_to_host.name; in Curl_http_proxy_get_destination()65 *phostname = cf->conn->secondaryhostname; in Curl_http_proxy_get_destination()67 *phostname = cf->conn->host.name; in Curl_http_proxy_get_destination()76 if(*phostname != cf->conn->host.name) in Curl_http_proxy_get_destination()77 *pipv6_ip = (strchr(*phostname, ':') != NULL); in Curl_http_proxy_get_destination()
34 const char **phostname,
Completed in 4 milliseconds