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 332 * Curl_resolv() checks initially and multi_runsingle() checks each time
368 * When calling Curl_resolv() has resulted in a response with a returned
424 * Curl_resolv() is the main name resolve function within libcurl. It resolves
444 int Curl_resolv(struct connectdata *conn,
546 * Curl_resolv_timeout() is the same as Curl_resolv() but specifies a
604 return Curl_resolv(conn, hostname, port, entry);
617 This should be the last thing we do before calling Curl_resolv(),
619 before we invoke Curl_resolv() (and thus use "volatile"). */
666 rc = Curl_resolv(conn, hostname, port, entry);
718 * 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
591 int rc = Curl_resolv(conn, hostname, remote_port, &dns);
604 * We cannot use 'hostent' as a struct that Curl_resolv() returns. It
connect.c 354 rc = Curl_resolv(conn, dev, 0, &h);
    [all...]
ftp.c     [all...]

Completed in 101 milliseconds