Searched refs:gni_non_idn_name (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/resolv/ |
D | tst-resolv-ai_idn-common.c | 75 gni_non_idn_name, enumerator 100 case gni_non_idn_name: in response_ptr() 537 gni_test (gni_non_idn_name, 0, "non-idn.example"); in gni_tests_with_libidn2() 538 gni_test (gni_non_idn_name, NI_IDN, "non-idn.example"); in gni_tests_with_libidn2() 539 gni_test (gni_non_idn_name, NI_NUMERICHOST, "192.0.2.0"); in gni_tests_with_libidn2() 540 gni_test (gni_non_idn_name, NI_NUMERICHOST | NI_IDN, "192.0.2.0"); in gni_tests_with_libidn2()
|
D | tst-resolv-ai_idn-nolibidn2.c | 106 gni_test (gni_non_idn_name, flags, "non-idn.example"); in gni_tests() 107 gni_test (gni_non_idn_name, flags | NI_NUMERICHOST, "192.0.2.0"); in gni_tests()
|