Searched refs:Curl_resolv (Results 1 – 8 of 8) sorted by relevance
/external/curl/lib/ |
D | hostip.c | 516 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()
|
D | hostip.h | 86 int Curl_resolv(struct connectdata *conn, const char *hostname,
|
D | socks.c | 158 rc = Curl_resolv(conn, hostname, remote_port, &dns); in Curl_SOCKS4() 600 int rc = Curl_resolv(conn, hostname, remote_port, &dns); in Curl_SOCKS5()
|
D | ftp.c | 1083 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()
|
D | connect.c | 360 rc = Curl_resolv(conn, dev, 0, &h); in bindlocal()
|
/external/curl/ |
D | RELEASE-NOTES | 21 o Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning [20]
|
D | CHANGES | 1209 Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning
|
/external/curl/docs/ |
D | INTERNALS.md | 209 `Curl_resolv()` function in lib/hostip.c is used for looking up host names
|