Home | History | Annotate | Download | only in unit

Lines Matching defs:dns

79  1) if there is already existing host:port pair in the DNS cache and
82 and we called CURLOPT_RESOLVE with address "2.2.2.2", then DNS entry needs to
127 easy->dns.hostcache = hostcache;
128 easy->dns.hostcachetype = HCACHE_GLOBAL;
134 struct Curl_dns_entry *dns;
152 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
156 addr = dns ? dns->addr : NULL;
216 Curl_hostcache_clean(easy, easy->dns.hostcache);