Home
last modified time | relevance | path

Searched refs:phostname (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dhttp_proxy.c56 const char **phostname, in Curl_http_proxy_get_destination() argument
63 *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()
H A Dhttp_proxy.h34 const char **phostname,

Completed in 5 milliseconds