Lines Matching refs:test_name1
580 test_dns_name_hash(char *test_name1, char *test_name2,
596 t_info("testing names %s and %s\n", test_name1, test_name2);
602 result = dns_name_fromstring2(dns_name1, test_name1, NULL, 0, NULL);
635 test_name1, 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);
1313 dns_result = dns_name_fromstring2(dns_name1, test_name1, NULL,
1409 test_dns_name_getlabelsequence(char *test_name1, int label1_start,
1435 dns_result = dns_name_fromstring2(dns_name1, test_name1, 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);
1712 isc_buffer_init(&txtbuf1, test_name1, strlen(test_name1));
1713 isc_buffer_add(&txtbuf1, strlen(test_name1));
1794 * test_name1, test_name2, test_origin,