Lines Matching refs:buf1
1842 isc_buffer_t buf1;
1853 isc_buffer_init(&buf1, test_name, len);
1854 isc_buffer_add(&buf1, len);
1862 dns_result = dns_name_fromtext(&dns_name1, &buf1, NULL, ISC_FALSE,
1873 isc_buffer_invalidate(&buf1);
1874 isc_buffer_init(&buf1, junk1, BUFLEN);
1875 dns_result = dns_name_totext(&dns_name1, omit_final, &buf1);
1887 dns_result = dns_name_fromtext(&dns_name2, &buf1, NULL, ISC_FALSE,
2008 unsigned char buf1[BIGBUFLEN];
2020 isc_buffer_init(&iscbuf1, buf1, sizeof(buf1));