Searched refs:Curl_getaddrinfo_ex (Results 1 – 5 of 5) sorted by relevance
/external/curl/lib/ |
D | curl_addrinfo.h | 66 Curl_getaddrinfo_ex(const char *nodename,
|
D | hostip4.c | 145 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai); in Curl_ipv4_resolve_r()
|
D | hostip6.c | 190 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); in Curl_getaddrinfo()
|
D | curl_addrinfo.c | 109 Curl_getaddrinfo_ex(const char *nodename, in Curl_getaddrinfo_ex() function
|
D | asyn-thread.c | 307 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res); in getaddrinfo_thread()
|