Home
last modified time | relevance | path

Searched refs:Curl_he2ai (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dcurl_addrinfo.h73 Curl_he2ai(const struct hostent *he, int port);
Dhostip4.c290 ai = Curl_he2ai(h, port); in Curl_ipv4_resolve_r()
Dcurl_addrinfo.c259 Curl_he2ai(const struct hostent *he, int port) in Curl_he2ai() function
435 ai = Curl_he2ai(h, port); in Curl_ip2addr()
Dasyn-ares.c546 struct Curl_addrinfo *ai = Curl_he2ai(hostent, conn->async.port); in query_completed_cb()