Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_addrinfo.h66 Curl_getaddrinfo_ex(const char *nodename,
Dhostip4.c145 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai); in Curl_ipv4_resolve_r()
Dhostip6.c190 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); in Curl_getaddrinfo()
Dcurl_addrinfo.c109 Curl_getaddrinfo_ex(const char *nodename, in Curl_getaddrinfo_ex() function
Dasyn-thread.c307 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res); in getaddrinfo_thread()