Home
last modified time | relevance | path

Searched refs:Curl_resolv (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
Dhostip.c516 int Curl_resolv(struct connectdata *conn, in Curl_resolv() function
690 return Curl_resolv(conn, hostname, port, entry); in Curl_resolv_timeout()
752 rc = Curl_resolv(conn, hostname, port, entry); in Curl_resolv_timeout()
Dhostip.h86 int Curl_resolv(struct connectdata *conn, const char *hostname,
Dsocks.c158 rc = Curl_resolv(conn, hostname, remote_port, &dns); in Curl_SOCKS4()
600 int rc = Curl_resolv(conn, hostname, remote_port, &dns); in Curl_SOCKS5()
Dftp.c1083 rc = Curl_resolv(conn, host, 0, &h); in ftp_state_use_port()
1937 rc = Curl_resolv(conn, host_name, (int)conn->port, &addr); in ftp_state_pasv_resp()
1953 rc = Curl_resolv(conn, ftpc->newhost, ftpc->newport, &addr); in ftp_state_pasv_resp()
Dconnect.c360 rc = Curl_resolv(conn, dev, 0, &h); in bindlocal()
/external/curl/
DRELEASE-NOTES21 o Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning [20]
DCHANGES1209 Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning
/external/curl/docs/
DINTERNALS.md209 `Curl_resolv()` function in lib/hostip.c is used for looking up host names