Home
last modified time | relevance | path

Searched refs:transactions (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-query.c52 while ((t = set_steal_first(c->transactions))) { in dns_query_candidate_stop()
84 set_free(c->transactions); in dns_query_candidate_free()
139 } else if (set_contains(c->transactions, t)) in dns_query_candidate_add_transaction()
158 r = set_ensure_put(&c->transactions, NULL, t); in dns_query_candidate_add_transaction()
180 SET_FOREACH(t, c->transactions) { in dns_query_candidate_go()
207 SET_FOREACH(t, c->transactions) in dns_query_candidate_state()
838 SET_FOREACH(t, c->transactions) { in dns_query_accept()
Dresolved-dns-transaction.c61 LIST_REMOVE(transactions_by_stream, t->stream->transactions, t); in dns_transaction_close_connection()
123 LIST_REMOVE(transactions_by_scope, t->scope->transactions, t); in dns_transaction_free()
130 set_remove(c->transactions, t); in dns_transaction_free()
134 set_remove(c->transactions, t); in dns_transaction_free()
307 LIST_PREPEND(transactions_by_scope, s->transactions, t); in dns_transaction_new()
630 if (s->transactions) { in on_stream_complete()
633 t = s->transactions; in on_stream_complete()
639 LIST_FOREACH(transactions_by_stream, t, s->transactions) in on_stream_complete()
784 LIST_PREPEND(transactions_by_stream, t->stream->transactions, t); in dns_transaction_emit_tcp()
1800 LIST_FOREACH(transactions_by_scope, other, t->scope->transactions) { in dns_transaction_make_packet_mdns()
Dresolved-dns-stream.h86 LIST_HEAD(DnsTransaction, transactions); /* when used by the transaction logic */
Dresolved-dns-query.h27 Set *transactions; member
Dresolved-dns-scope.h62 LIST_HEAD(DnsTransaction, transactions);
Dresolved-dns-scope.c83 while (s->transactions) { in dns_scope_abort_transactions()
84 DnsTransaction *t = s->transactions; in dns_scope_abort_transactions()
1411 LIST_FOREACH(transactions_by_scope, t, scope->transactions) in dns_scope_announce()
Dresolved-mdns.c413 LIST_FOREACH(transactions_by_scope, t, scope->transactions) { in on_mdns_packet()
/systemd-251/
DTODO386 * doc: prep a document explaining PID 1's internal logic, i.e. transactions,