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.c141 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); in Curl_getaddrinfo()
Dhostip4.c147 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai); in Curl_ipv4_resolve_r()
Dcurl_addrinfo.c106 Curl_getaddrinfo_ex(const char *nodename, in Curl_getaddrinfo_ex() function
Dasyn-thread.c296 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res); in getaddrinfo_thread()