Home
last modified time | relevance | path

Searched refs:negative_by_name (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-trust-anchor.c177 if (set_size(d->negative_by_name) > 0) in dns_trust_anchor_add_builtin_negative()
180 r = set_ensure_allocated(&d->negative_by_name, &dns_name_hash_ops); in dns_trust_anchor_add_builtin_negative()
193 r = set_put_strdup(&d->negative_by_name, name); in dns_trust_anchor_add_builtin_negative()
399 r = set_ensure_consume(&d->negative_by_name, &dns_name_hash_ops, TAKE_PTR(domain)); in dns_trust_anchor_load_negative()
484 if (set_isempty(d->negative_by_name)) in dns_trust_anchor_dump()
489 l = set_get_strv(d->negative_by_name); in dns_trust_anchor_dump()
493 typesafe_qsort(l, set_size(d->negative_by_name), domain_name_cmp); in dns_trust_anchor_dump()
533 d->negative_by_name = set_free_free(d->negative_by_name); in dns_trust_anchor_flush()
563 if (set_contains(d->negative_by_name, name)) in dns_trust_anchor_lookup_negative()
Dresolved-dns-trust-anchor.h14 Set *negative_by_name; member
Dresolved-bus.c1710 SET_FOREACH(domain, m->trust_anchor.negative_by_name) { in bus_property_get_ntas()