Searched refs:dns_resource_key_to_string (Results 1 - 6 of 6) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-cache.c | 397 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 D | resolved-dns-rr.h | 297 int dns_resource_key_to_string(const DnsResourceKey *key, char **ret);
|
H A D | resolved-dns-query.c | 477 r = dns_resource_key_to_string(key, &p); 494 r = dns_resource_key_to_string(key, &p);
|
H A D | resolved-dns-rr.c | 309 int dns_resource_key_to_string(const DnsResourceKey *key, char **ret) { function 830 r = dns_resource_key_to_string(rr->key, &k);
|
H A D | resolved-manager.c | 1220 (void) dns_resource_key_to_string(key, &s);
|
H A D | resolved-dns-transaction.c | 2787 (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