Home
last modified time | relevance | path

Searched refs:question_utf8 (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-query.c397 dns_question_unref(q->question_utf8); in dns_query_free()
441 DnsQuestion *question_utf8, in dns_query_new() argument
456 if (question_utf8 || question_idna) in dns_query_new()
470 if (dns_question_size(question_utf8) > 0) { in dns_query_new()
471 r = dns_question_is_valid_for_query(question_utf8); in dns_query_new()
481 r = dns_question_is_equal(question_idna, question_utf8); in dns_query_new()
485 question_idna = question_utf8; in dns_query_new()
510 .question_utf8 = dns_question_ref(question_utf8), in dns_query_new()
526 DNS_QUESTION_FOREACH(key, question_utf8) in dns_query_new()
532 r = dns_question_contains_key(question_utf8, key); in dns_query_new()
[all …]
Dresolved-dns-query.h49 DnsQuestion *question_utf8; member
130 int dns_query_new(Manager *m, DnsQuery **q, DnsQuestion *question_utf8, DnsQuestion *question_idna,…
Dresolved-varlink.c285 _cleanup_(dns_question_unrefp) DnsQuestion *question_idna = NULL, *question_utf8 = NULL; in vl_method_resolve_hostname()
324 r = dns_question_new_address(&question_utf8, p.family, p.name, false); in vl_method_resolve_hostname()
332 … r = dns_query_new(m, &q, question_utf8, question_idna ?: question_utf8, NULL, p.ifindex, p.flags); in vl_method_resolve_hostname()
Dresolved-bus.c473 _cleanup_(dns_question_unrefp) DnsQuestion *question_idna = NULL, *question_utf8 = NULL; in bus_method_resolve_hostname()
510 r = dns_question_new_address(&question_utf8, family, hostname, false); in bus_method_resolve_hostname()
520 … r = dns_query_new(m, &q, question_utf8, question_idna ?: question_utf8, NULL, ifindex, flags); in bus_method_resolve_hostname()
1311 _cleanup_(dns_question_unrefp) DnsQuestion *question_idna = NULL, *question_utf8 = NULL; in bus_method_resolve_service()
1357 …r = dns_question_new_service(&question_utf8, name, type, domain, !(flags & SD_RESOLVED_NO_TXT), fa… in bus_method_resolve_service()
1367 …r = dns_query_new(m, &q, question_utf8, question_idna, NULL, ifindex, flags|SD_RESOLVED_NO_SEARCH); in bus_method_resolve_service()