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

/systemd/src/resolve/
H A Dresolved-dns-query.h65 DnsQuestion *question_utf8; member in struct:DnsQuery
117 int dns_query_new(Manager *m, DnsQuery **q, DnsQuestion *question_utf8, DnsQuestion *question_idna, int family, uint64_t flags);
H A Dresolved-dns-query.c394 dns_question_unref(q->question_utf8);
416 DnsQuestion *question_utf8,
427 if (dns_question_size(question_utf8) > 0) {
428 r = dns_question_is_valid_for_query(question_utf8);
438 r = dns_question_is_equal(question_idna, question_utf8);
442 question_idna = question_utf8;
465 q->question_utf8 = dns_question_ref(question_utf8);
474 DNS_QUESTION_FOREACH(key, question_utf8) {
488 r = dns_question_contains(question_utf8, ke
413 dns_query_new( Manager *m, DnsQuery **ret, DnsQuestion *question_utf8, DnsQuestion *question_idna, int ifindex, uint64_t flags) argument
[all...]
H A Dresolved-bus.c237 _cleanup_(dns_question_unrefp) DnsQuestion *question_idna = NULL, *question_utf8 = NULL;
267 r = dns_question_new_address(&question_utf8, family, hostname, false);
275 r = dns_query_new(m, &q, question_utf8, question_idna, ifindex, flags);
1048 _cleanup_(dns_question_unrefp) DnsQuestion *question_idna = NULL, *question_utf8 = NULL;
1092 r = dns_question_new_service(&question_utf8, name, type, domain, !(flags & SD_RESOLVED_NO_TXT), false);
1100 r = dns_query_new(m, &q, question_utf8, question_idna, ifindex, flags|SD_RESOLVED_NO_SEARCH);

Completed in 1490 milliseconds