Home
last modified time | relevance | path

Searched refs:Curl_printable_address (Results 1 – 7 of 7) sorted by relevance

/external/curl/lib/
Dhostip6.c114 Curl_printable_address(ai, buf, sizeof(buf)); in dump_addrinfo()
Dhostip.h168 void Curl_printable_address(const struct Curl_addrinfo *ip,
Dsocks.c286 Curl_printable_address(hp, buf, sizeof(buf)); in Curl_SOCKS4()
805 Curl_printable_address(hp, dest, sizeof(dest)); in Curl_SOCKS5()
Dconnect.c365 Curl_printable_address(h->addr, myhost, sizeof(myhost)); in bindlocal()
953 Curl_printable_address(conn->tempaddr[i], ipaddress, in Curl_is_connected()
Dhostip.c140 void Curl_printable_address(const struct Curl_addrinfo *ai, char *buf, in Curl_printable_address() function
Dftp.c1181 Curl_printable_address(ai, myhost, sizeof(myhost)); in ftp_state_use_port()
3476 Curl_printable_address(ai, buf, sizeof(buf)); in ftp_pasv_verbose()
/external/curl/
DCHANGES4133 - hostip: make Curl_printable_address not return anything