Searched refs:transactions_by_key (Results 1 - 3 of 3) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-scope.h71 Hashmap *transactions_by_key; member in struct:DnsScope
H A Dresolved-dns-scope.c119 hashmap_free(s->transactions_by_key);
779 t = hashmap_get(scope->transactions_by_key, key);
H A Dresolved-dns-transaction.c92 hashmap_remove_value(t->scope->transactions_by_key, t->key, t);
181 r = hashmap_ensure_allocated(&s->transactions_by_key, &dns_resource_key_hash_ops);
204 r = hashmap_replace(s->transactions_by_key, t->key, t);

Completed in 19 milliseconds