Searched refs:convert_idna (Results 1 - 2 of 2) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-question.h39 int dns_question_new_address(DnsQuestion **ret, int family, const char *name, bool convert_idna);
41 int dns_question_new_service(DnsQuestion **ret, const char *service, const char *type, const char *domain, bool with_txt, bool convert_idna);
H A Dresolved-dns-question.c297 int dns_question_new_address(DnsQuestion **ret, int family, const char *name, bool convert_idna) { argument
308 if (convert_idna) {
392 bool convert_idna) {
421 if (convert_idna) {
386 dns_question_new_service( DnsQuestion **ret, const char *service, const char *type, const char *domain, bool with_txt, bool convert_idna) argument

Completed in 1242 milliseconds