Home
last modified time | relevance | path

Searched refs:secondaryhostname (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dhttp_proxy.c65 *phostname = cf->conn->secondaryhostname; in Curl_http_proxy_get_destination()
Dsocks.c1139 conn->secondaryhostname : conn->host.name; in socks_proxy_cf_connect()
Durldata.h911 char *secondaryhostname; /* secondary socket host name (ftp) */ member
Dftp.c1998 Curl_safefree(conn->secondaryhostname); in ftp_state_pasv_resp()
2000 conn->secondaryhostname = strdup(ftpc->newhost); in ftp_state_pasv_resp()
2001 if(!conn->secondaryhostname) in ftp_state_pasv_resp()
Durl.c734 Curl_safefree(conn->secondaryhostname); in conn_free()