Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c117 char *newhost, /* ascii version */
296 Curl_safefree(ftpc->newhost); in freedirs()
1835 char *newhost, unsigned short newport, in proxy_magic() argument
1842 (void) newhost; in proxy_magic()
1851 result = Curl_SOCKS5(conn->proxyuser, conn->proxypasswd, newhost, in proxy_magic()
1856 result = Curl_SOCKS4(conn->proxyuser, newhost, newport, in proxy_magic()
1861 result = Curl_SOCKS4(conn->proxyuser, newhost, newport, in proxy_magic()
1890 result = Curl_proxyCONNECT(conn, SECONDARYSOCKET, newhost, newport); in proxy_magic()
1937 Curl_safefree(ftpc->newhost); in ftp_state_pasv_resp()
1970 ftpc->newhost = strdup(control_address(conn)); in ftp_state_pasv_resp()
[all …]
Dftp.h152 char *newhost; /* this is the pair to connect the DATA... */ member