Home
last modified time | relevance | path

Searched refs:Curl_getaddrinfo_ex (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dcurl_addrinfo.h68 Curl_getaddrinfo_ex(const char *nodename,
Dhostip4.c152 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
Dasyn-thread.c279 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res); in getaddrinfo_thread()
671 error = Curl_getaddrinfo_ex(hostname, sbuf, &hints, &res); in Curl_resolver_getaddrinfo()
Dhostip6.c218 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); in Curl_getaddrinfo()
Dcurl_addrinfo.c112 Curl_getaddrinfo_ex(const char *nodename, in Curl_getaddrinfo_ex() function