HomeSort by relevance Sort by last modified time
    Searched refs:Curl_printable_address (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
hostip.h 166 * Curl_printable_address() returns a printable version of the 1st address
170 const char *Curl_printable_address(const Curl_addrinfo *ip,
hostip6.c 141 if(Curl_printable_address(ai, buf, sizeof(buf)))
socks.c 177 Curl_printable_address(hp, buf, sizeof(buf));
622 Curl_printable_address(hp, buf, sizeof(buf));
hostip.c 162 * Curl_printable_address() returns a printable version of the 1st address
169 Curl_printable_address(const Curl_addrinfo *ai, char *buf, size_t bufsize)
connect.c 367 Curl_printable_address(h->addr, myhost, sizeof(myhost));
397 Curl_printable_address. The latter returns only numeric scope
838 Curl_printable_address(conn->tempaddr[i], ipaddress, MAX_IPADR_LEN);
    [all...]
ftp.c     [all...]

Completed in 575 milliseconds