Searched refs:Curl_getaddrinfo_ex (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | curl_addrinfo.h | 68 Curl_getaddrinfo_ex(const char *nodename,
|
D | hostip4.c | 151 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
|
D | hostip6.c | 209 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); in Curl_getaddrinfo()
|
D | asyn-thread.c | 276 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res); in getaddrinfo_thread() 654 error = Curl_getaddrinfo_ex(hostname, sbuf, &hints, &res); in Curl_resolver_getaddrinfo()
|
D | curl_addrinfo.c | 108 Curl_getaddrinfo_ex(const char *nodename, in Curl_getaddrinfo_ex() function
|
/external/curl/ |
D | CHANGES.0 | 2473 systems getaddrinfo function, Curl_getaddrinfo_ex which returns a pointer to
|