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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_addrinfo.h71 Curl_getaddrinfo_ex(const char *nodename,
H A Dhostip4.c158 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
H A Dhostip6.c218 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res);
H A Dasyn-thread.c280 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res);
688 error = Curl_getaddrinfo_ex(hostname, sbuf, &hints, &res);
H A Dcurl_addrinfo.c67 * called once for each successful call to Curl_getaddrinfo_ex() or to
102 * Curl_getaddrinfo_ex()
116 Curl_getaddrinfo_ex(const char *nodename, function

Completed in 128 milliseconds