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

  /external/curl/lib/
hostasyn.c 140 * Curl_getaddrinfo() is the generic low-level name resolve API within this
145 Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn,
hostip.h 109 * Curl_getaddrinfo() is the generic low-level name resolve API within this
114 Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn,
hostip4.c 77 * Curl_getaddrinfo() - the IPv4 synchronous version.
92 Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn,
hostip6.c 152 * Curl_getaddrinfo() when built IPv6-enabled (non-threading and
160 Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn,
hostip.c 484 /* If Curl_getaddrinfo() returns NULL, 'respwait' might be set to a
487 addr = Curl_getaddrinfo(conn,

Completed in 74 milliseconds