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

  /external/curl/lib/
asyn.h 32 struct Curl_dns_entry;
114 struct Curl_dns_entry **dns);
129 struct Curl_dns_entry **dnsentry);
hostip.h 66 struct Curl_dns_entry {
87 int port, struct Curl_dns_entry **dnsentry);
89 int port, struct Curl_dns_entry **dnsentry,
122 struct Curl_dns_entry *dns);
174 * Curl_fetch_addr() fetches a 'Curl_dns_entry' already in the DNS cache.
176 * Returns the Curl_dns_entry entry pointer or NULL if not in the cache.
181 struct Curl_dns_entry *
188 * Returns the Curl_dns_entry entry pointer or NULL if the storage failed.
190 struct Curl_dns_entry *
hostip.c 231 struct Curl_dns_entry *c = (struct Curl_dns_entry *) hc;
288 static struct Curl_dns_entry *
294 struct Curl_dns_entry *dns = NULL;
330 * Curl_fetch_addr() fetches a 'Curl_dns_entry' already in the DNS cache.
338 * Returns the Curl_dns_entry entry pointer or NULL if not in the cache.
343 struct Curl_dns_entry *
349 struct Curl_dns_entry *dns = NULL;
372 * Returns the Curl_dns_entry entry pointer or NULL if the storage failed.
374 struct Curl_dns_entry *
    [all...]
connect.h 34 const struct Curl_dns_entry *host);
hostasyn.c 73 struct Curl_dns_entry *dns = NULL;
asyn-ares.c 310 struct Curl_dns_entry **dns)
353 struct Curl_dns_entry **entry)
359 struct Curl_dns_entry *temp_entry;
asyn-thread.c 462 struct Curl_dns_entry **entry)
498 struct Curl_dns_entry **entry)
socks.c 156 struct Curl_dns_entry *dns;
589 struct Curl_dns_entry *dns;
connect.c 252 struct Curl_dns_entry *h=NULL;
    [all...]
urldata.h 613 struct Curl_dns_entry *dns;
    [all...]
ftp.c 1002 struct Curl_dns_entry *h=NULL;
    [all...]
multi.c     [all...]
url.c     [all...]
  /external/curl/tests/unit/
unit1305.c 45 static struct Curl_dns_entry *data_node;
109 data_node = calloc(1, sizeof(struct Curl_dns_entry));
123 struct Curl_dns_entry *nodep;

Completed in 666 milliseconds