HomeSort by relevance Sort by last modified time
    Searched refs:Curl_resolv (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
hostip.h 75 * Curl_resolv() returns an entry with the info for the specified host
86 int Curl_resolv(struct connectdata *conn, const char *hostname,
hostip.c 335 * Curl_resolv() checks initially and multi_runsingle() checks each time
371 * When calling Curl_resolv() has resulted in a response with a returned
427 * Curl_resolv() is the main name resolve function within libcurl. It resolves
447 int Curl_resolv(struct connectdata *conn,
548 * Curl_resolv_timeout() is the same as Curl_resolv() but specifies a
606 return Curl_resolv(conn, hostname, port, entry);
619 This should be the last thing we do before calling Curl_resolv(),
621 before we invoke Curl_resolv() (and thus use "volatile"). */
668 rc = Curl_resolv(conn, hostname, port, entry);
721 * one unlock is made for each Curl_resolv() call
    [all...]
socks.c 160 rc = Curl_resolv(conn, hostname, remote_port, &dns);
170 * We cannot use 'hostent' as a struct that Curl_resolv() returns. It
601 int rc = Curl_resolv(conn, hostname, remote_port, &dns);
614 * We cannot use 'hostent' as a struct that Curl_resolv() returns. It
connect.c 360 rc = Curl_resolv(conn, dev, 0, &h);
    [all...]
ftp.c     [all...]

Completed in 52 milliseconds