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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.h76 * Curl_resolv() returns an entry with the info for the specified host
87 int Curl_resolv(struct connectdata *conn, const char *hostname,
H A Dhostip.c325 * When calling Curl_resolv() has resulted in a response with a returned
381 * Curl_resolv() is the main name resolve function within libcurl. It resolves
401 int Curl_resolv(struct connectdata *conn, function
524 * Curl_resolv_timeout() is the same as Curl_resolv() but specifies a
582 return Curl_resolv(conn, hostname, port, entry);
618 This should be the last thing we do before calling Curl_resolv(),
620 before we invoke Curl_resolv() (and thus use "volatile"). */
640 rc = Curl_resolv(conn, hostname, port, entry);
692 * one unlock is made for each Curl_resolv() call.
H A Dsocks.c156 rc = Curl_resolv(conn, hostname, remote_port, &dns);
166 * We cannot use 'hostent' as a struct that Curl_resolv() returns. It
578 int rc = Curl_resolv(conn, hostname, remote_port, &dns);
591 * We cannot use 'hostent' as a struct that Curl_resolv() returns. It
H A Dconnect.c348 rc = Curl_resolv(conn, dev, 0, &h);
H A Dftp.c1101 rc = Curl_resolv(conn, host, 0, &h);
2009 rc = Curl_resolv(conn, conn->proxy.name, (int)conn->port, &addr);
2026 rc = Curl_resolv(conn, ftpc->newhost, ftpc->newport, &addr);

Completed in 59 milliseconds