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

  /external/curl/lib/
curl_addrinfo.h 68 Curl_getaddrinfo_ex(const char *nodename,
hostip4.c 152 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
hostip6.c 218 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res);
asyn-thread.c 279 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res);
671 error = Curl_getaddrinfo_ex(hostname, sbuf, &hints, &res);
curl_addrinfo.c 68 * called once for each successful call to Curl_getaddrinfo_ex() or to
98 * Curl_getaddrinfo_ex()
112 Curl_getaddrinfo_ex(const char *nodename,

Completed in 190 milliseconds