Home
last modified time | relevance | path

Searched refs:Curl_resolv (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dhostip.h76 * Curl_resolv() returns an entry with the info for the specified host
89 enum resolve_t Curl_resolv(struct Curl_easy *data,
H A Dhostip.c348 * Curl_resolv() checks initially and multi_runsingle() checks each time
465 * When calling Curl_resolv() has resulted in a response with a returned
668 * Curl_resolv() is the main name resolve function within libcurl. It resolves
684 enum resolve_t Curl_resolv(struct Curl_easy *data, in Curl_resolv() function
871 * Curl_resolv_timeout() is the same as Curl_resolv() but specifies a
928 return Curl_resolv(data, hostname, port, TRUE, entry); in Curl_resolv_timeout()
941 This should be the last thing we do before calling Curl_resolv(), in Curl_resolv_timeout()
943 before we invoke Curl_resolv() (and thus use "volatile"). */ in Curl_resolv_timeout()
992 rc = Curl_resolv(data, hostname, port, TRUE, entry); in Curl_resolv_timeout()
1047 * one unlock is made for each Curl_resolv() cal
[all...]
H A Dsocks.c325 Curl_resolv(data, sx->hostname, sx->remote_port, TRUE, &dns); in do_SOCKS4()
368 * We cannot use 'hostent' as a struct that Curl_resolv() returns. It in do_SOCKS4()
798 enum resolve_t rc = Curl_resolv(data, sx->hostname, sx->remote_port, in do_SOCKS5()
H A Dftp.c1064 rc = Curl_resolv(data, host, 0, FALSE, &h); in ftp_state_use_port()
1932 rc = Curl_resolv(data, host_name, conn->port, FALSE, &addr); in ftp_state_pasv_resp()
1961 rc = Curl_resolv(data, ftpc->newhost, ftpc->newport, FALSE, &addr); in ftp_state_pasv_resp()
H A Dcf-socket.c522 rc = Curl_resolv(data, dev, 80, FALSE, &h); in bindlocal()

Completed in 12 milliseconds