Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostip.h88 int Curl_resolv_timeout(struct connectdata *conn, const char *hostname,
Dhostip.c566 int Curl_resolv_timeout(struct connectdata *conn, in Curl_resolv_timeout() function
Durl.c5218 rc = Curl_resolv_timeout(conn, conn->host.name, (int)conn->port, in resolve_server()
5239 rc = Curl_resolv_timeout(conn, conn->proxy.name, (int)conn->port, in resolve_server()
/external/curl/
DCHANGES.0282 - Eliminated a race condition in Curl_resolv_timeout().
367 Looking at the code of Curl_resolv_timeout() in hostip.c, I think that in
370 has long left Curl_resolv_timeout() or even the cURL library.
2616 Curl_resolv_timeout function to reduce coupling.