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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_addrinfo.h68 Curl_getaddrinfo_ex(const char *nodename,
H A Dhostip4.c154 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
H A Dhostip6.c212 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res);
H A Dasyn-thread.c273 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res);
618 error = Curl_getaddrinfo_ex(hostname, sbuf, &hints, &res);
H A Dcurl_addrinfo.c64 * called once for each successful call to Curl_getaddrinfo_ex() or to
99 * Curl_getaddrinfo_ex()
113 Curl_getaddrinfo_ex(const char *nodename, function

Completed in 45 milliseconds