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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c119 char *newhost, /* ascii version */
1579 /* newhost must be able to hold a full IP-style address in ASCII, which
1582 char newhost[NEWHOST_BUFSIZE]; local
1620 snprintf(newhost, sizeof(newhost), "%s", conn->host.name);
1623 snprintf(newhost, NEWHOST_BUFSIZE, "%s", conn->ip_addr_str);
1676 snprintf(newhost, sizeof(newhost), "%s", conn->host.name);
1678 snprintf(newhost, sizeof(newhost), "
3394 ftp_pasv_verbose(struct connectdata *conn, Curl_addrinfo *ai, char *newhost, int port) argument
[all...]

Completed in 30 milliseconds