Searched refs:Curl_resolv (Results 1 – 7 of 7) sorted by relevance
/external/curl/lib/ |
D | hostip.c | 444 int Curl_resolv(struct connectdata *conn, in Curl_resolv() function 604 return Curl_resolv(conn, hostname, port, entry); in Curl_resolv_timeout() 666 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 | 160 rc = Curl_resolv(conn, hostname, remote_port, &dns); in Curl_SOCKS4() 591 int rc = Curl_resolv(conn, hostname, remote_port, &dns);
|
D | ftp.c | 1133 rc = Curl_resolv(conn, host, 0, &h); in ftp_state_use_port() 1986 rc = Curl_resolv(conn, host_name, (int)conn->port, &addr); in ftp_state_pasv_resp() 2002 rc = Curl_resolv(conn, ftpc->newhost, ftpc->newport, &addr); in ftp_state_pasv_resp()
|
D | connect.c | 354 rc = Curl_resolv(conn, dev, 0, &h); in bindlocal()
|
/external/curl/docs/ |
D | INTERNALS.md | 210 `Curl_resolv()` function in lib/hostip.c is used for looking up host names
|
/external/curl/ |
D | CHANGES.0 | 375 goto that jumps to the spot right after the call to Curl_resolv(). 1096 - Peter Sylvester made a debug feature for Curl_resolv() that now will force 9908 - Vincent Bronner fixed the Curl_resolv() return code. This extends the fix 10026 - Steve Green fixed a return code bug in Curl_resolv(), that made the socks5
|