Lines Matching refs:test_name2
580 test_dns_name_hash(char *test_name1, char *test_name2,
596 t_info("testing names %s and %s\n", test_name1, test_name2);
604 result = dns_name_fromstring2(dns_name2, test_name2, NULL,
631 test_name2, dns_result_totext(result));
1288 test_dns_name_getlabel(char *test_name1, int label1_pos, char *test_name2,
1307 t_info("testing with %s and %s\n", test_name1, test_name2);
1316 dns_result = dns_name_fromstring2(dns_name2, test_name2, NULL,
1410 char *test_name2, int label2_start, int range)
1438 dns_result = dns_name_fromstring2(dns_name2, test_name2, NULL,
1441 t_info("testing %s %s\n", test_name1, test_name2);
1685 test_dns_name_fromtext(char *test_name1, char *test_name2, char *test_origin,
1706 t_info("testing %s %s %s\n", test_name1, test_name2, test_origin);
1715 isc_buffer_init(&txtbuf2, test_name2, strlen(test_name2));
1716 isc_buffer_add(&txtbuf2, strlen(test_name2));
1794 * test_name1, test_name2, test_origin,