HomeSort by relevance Sort by last modified time
    Searched refs:Curl_getaddrinfo_ex (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
curl_addrinfo.h 68 Curl_getaddrinfo_ex(const char *nodename,
hostip4.c 152 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
hostip6.c 186 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res);
asyn-thread.c 282 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res);
curl_addrinfo.c 72 * called once for each successful call to Curl_getaddrinfo_ex() or to
102 * Curl_getaddrinfo_ex()
116 Curl_getaddrinfo_ex(const char *nodename,

Completed in 424 milliseconds