Searched defs:key_str (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-cache.c378 _cleanup_free_ char *key_str = NULL; local
397 r = dns_resource_key_to_string(rr->key, &key_str);
402 log_debug("Removed zero TTL entry from cache: %s", key_str);
404 log_debug("Not caching zero TTL cache entry: %s", key_str);
453 r = dns_resource_key_to_string(i->key, &key_str);
457 log_debug("Added positive cache entry for %s", key_str);
476 _cleanup_free_ char *key_str = NULL; local
494 r = dns_resource_key_to_string(key, &key_str);
498 log_debug("Not caching negative entry with zero SOA/NSEC/NSEC3 TTL: %s", key_str);
546 r = dns_resource_key_to_string(i->key, &key_str);
632 _cleanup_free_ char *key_str = NULL; local
807 _cleanup_free_ char *key_str = NULL; local
[all...]

Completed in 14 milliseconds