Lines Matching defs:test_name
487 test_dns_name_isabsolute(char *test_name, isc_boolean_t expected) {
499 t_info("testing name %s\n", test_name);
500 len = strlen(test_name);
501 isc_buffer_init(&buf, test_name, len);
515 test_name, dns_result_totext(result));
1199 test_dns_name_countlabels(char *test_name, unsigned int exp_nlabels) {
1208 t_info("testing %s\n", test_name);
1212 dns_result = dns_name_fromstring2(dns_name, test_name, NULL, 0, NULL);
1543 test_dns_name_fromregion(char *test_name) {
1556 t_info("testing %s\n", test_name);
1560 dns_result = dns_name_fromstring2(dns_name1, test_name, NULL, 0, NULL);
1609 * test_name.
1659 * test_name.
1825 test_dns_name_totext(char *test_name, isc_boolean_t omit_final) {
1841 t_info("testing %s\n", test_name);
1843 len = strlen(test_name);
1844 isc_buffer_init(&buf1, test_name, len);
1926 * test_name, omit_final.