Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_addrinfo.h75 Curl_he2ai(const struct hostent *he, int port);
Dcurl_addrinfo.c266 Curl_he2ai(const struct hostent *he, int port) in Curl_he2ai() function
446 ai = Curl_he2ai(h, port); in Curl_ip2addr()
Dhostip4.c299 ai = Curl_he2ai(h, port);
Dasyn-ares.c471 Curl_addrinfo *ai = Curl_he2ai(hostent, conn->async.port); in query_completed_cb()
/external/curl/
DCHANGES.08737 The new "hostent to Curl_addrinfo" converter function is named Curl_he2ai()