Searched refs:positive_by_key (Results 1 - 2 of 2) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-trust-anchor.h31 Hashmap *positive_by_key; member in struct:DnsTrustAnchor
H A Dresolved-dns-trust-anchor.c50 hashmap_contains(d->positive_by_key, &DNS_RESOURCE_KEY_CONST(DNS_CLASS_IN, DNS_TYPE_DNSKEY, name)) ||
51 hashmap_contains(d->positive_by_key, &DNS_RESOURCE_KEY_CONST(DNS_CLASS_IN, DNS_TYPE_DS, name));
61 r = hashmap_ensure_allocated(&d->positive_by_key, &dns_resource_key_hash_ops);
93 r = hashmap_put(d->positive_by_key, rr->key, answer);
336 r = hashmap_ensure_allocated(&d->positive_by_key, &dns_resource_key_hash_ops);
340 old_answer = hashmap_get(d->positive_by_key, rr->key);
347 r = hashmap_replace(d->positive_by_key, rr->key, answer);
454 if (hashmap_isempty(d->positive_by_key))
458 HASHMAP_FOREACH(a, d->positive_by_key, i) {
516 while ((a = hashmap_steal_first(d->positive_by_key)))
[all...]

Completed in 11 milliseconds