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

  /external/curl/lib/
hostip4.c 105 ai = Curl_ipv4_resolve_r(hostname, port);
107 infof(conn->data, "Curl_ipv4_resolve_r failed for %s\n", hostname);
117 * Curl_ipv4_resolve_r() - ipv4 threadsafe resolver function.
123 Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname,
hostip.h 146 Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname, int port);
asyn-thread.c 315 tsd->res = Curl_ipv4_resolve_r(tsd->hostname, tsd->port);
594 return Curl_ipv4_resolve_r(hostname, port);

Completed in 580 milliseconds