Searched refs:conflict_queue (Results 1 – 2 of 2) sorted by relevance
113 ordered_hashmap_free_with_destructor(s->conflict_queue, dns_resource_record_unref); in dns_scope_free()1185 key = ordered_hashmap_first_key(scope->conflict_queue); in on_conflict_dispatch()1189 rr = ordered_hashmap_remove(scope->conflict_queue, key); in on_conflict_dispatch()1215 r = ordered_hashmap_ensure_allocated(&scope->conflict_queue, &dns_resource_key_hash_ops); in dns_scope_notify_conflict()1224 r = ordered_hashmap_put(scope->conflict_queue, rr->key, rr); in dns_scope_notify_conflict()
43 OrderedHashmap *conflict_queue; member