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 104 ai = Curl_ipv4_resolve_r(hostname, port);
106 infof(conn->data, "Curl_ipv4_resolve_r failed for %s\n", hostname);
116 * Curl_ipv4_resolve_r() - ipv4 threadsafe resolver function.
122 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 311 tsd->res = Curl_ipv4_resolve_r(tsd->hostname, tsd->port);
583 return Curl_ipv4_resolve_r(hostname, port);

Completed in 104 milliseconds