Searched refs:Curl_ipv4_resolve_r (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhostip4.c107 ai = Curl_ipv4_resolve_r(hostname, port);
109 infof(conn->data, "Curl_ipv4_resolve_r failed for %s\n", hostname);
119 * Curl_ipv4_resolve_r() - ipv4 threadsafe resolver function.
125 Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname, function
H A Dhostip.h147 Curl_addrinfo *Curl_ipv4_resolve_r(const char * hostname, int port);
H A Dasyn-thread.c298 tsd->res = Curl_ipv4_resolve_r(tsd->hostname, tsd->port);
546 return Curl_ipv4_resolve_r(hostname, port);

Completed in 150 milliseconds