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,
Dhostip6.c186 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); in Curl_getaddrinfo()
Dhostip4.c152 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
Dcurl_addrinfo.c116 Curl_getaddrinfo_ex(const char *nodename, in Curl_getaddrinfo_ex() function
Dasyn-thread.c282 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res); in getaddrinfo_thread()