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

/systemd/src/resolve/
H A Dresolved-dns-transaction.h122 Set *notify_query_candidates; member in struct:DnsTransaction
H A Dresolved-dns-query.c64 set_remove(t->notify_query_candidates, c);
138 r = set_ensure_allocated(&t->notify_query_candidates, NULL);
142 r = set_put(t->notify_query_candidates, c);
148 (void) set_remove(t->notify_query_candidates, c);
H A Dresolved-dns-transaction.c99 while ((c = set_steal_first(t->notify_query_candidates)))
101 set_free(t->notify_query_candidates);
130 if (set_isempty(t->notify_query_candidates) &&
332 SET_FOREACH(c, t->notify_query_candidates, i)

Completed in 553 milliseconds