Searched refs:dns_resource_key_to_string (Results 1 - 6 of 6) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-cache.c397 r = dns_resource_key_to_string(rr->key, &key_str);
453 r = dns_resource_key_to_string(i->key, &key_str);
494 r = dns_resource_key_to_string(key, &key_str);
546 r = dns_resource_key_to_string(i->key, &key_str);
634 r = dns_resource_key_to_string(key, &key_str);
824 r = dns_resource_key_to_string(key, &key_str);
843 r = dns_resource_key_to_string(key, &key_str);
877 r = dns_resource_key_to_string(key, &key_str);
904 r = dns_resource_key_to_string(key, &key_str);
1061 r = dns_resource_key_to_string(
[all...]
H A Dresolved-dns-rr.h297 int dns_resource_key_to_string(const DnsResourceKey *key, char **ret);
H A Dresolved-dns-query.c477 r = dns_resource_key_to_string(key, &p);
494 r = dns_resource_key_to_string(key, &p);
H A Dresolved-dns-rr.c309 int dns_resource_key_to_string(const DnsResourceKey *key, char **ret) { function
830 r = dns_resource_key_to_string(rr->key, &k);
H A Dresolved-manager.c1220 (void) dns_resource_key_to_string(key, &s);
H A Dresolved-dns-transaction.c2787 (void) dns_resource_key_to_string(rr->key, &s);
2993 if (dns_resource_key_to_string(t->key, &t->key_string) < 0)

Completed in 2689 milliseconds