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

  /external/curl/lib/
curl_addrinfo.h 75 Curl_he2ai(const struct hostent *he, int port);
hostip4.c 299 ai = Curl_he2ai(h, port);
curl_addrinfo.c 224 * Curl_he2ai()
265 Curl_he2ai(const struct hostent *he, int port)
445 ai = Curl_he2ai(h, port);
asyn-ares.c 471 Curl_addrinfo *ai = Curl_he2ai(hostent, conn->async.port);

Completed in 61 milliseconds