Home | History | Annotate | Download | only in lib

Lines Matching defs:dns

65  * in the DNS cache.
67 * The storage operation locks and unlocks the DNS cache.
73 struct Curl_dns_entry *dns = NULL;
85 dns = Curl_cache_addr(data, ai,
88 if(!dns) {
102 conn->async.dns = dns;
124 if(conn->async.dns) {
125 conn->dns_entry = conn->async.dns;
126 conn->async.dns = NULL;