Searched refs:iscbuf1 (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/names/
H A Dt_names.c2010 isc_buffer_t iscbuf1; local
2020 isc_buffer_init(&iscbuf1, buf1, sizeof(buf1));
2021 len = getmsg(datafile_name, &iscbuf1);
2025 isc_buffer_setactive(&iscbuf1, len);
2026 iscbuf1.current = testname_offset;
2032 dns_result = dns_name_fromwire(&dns_name1, &iscbuf1,
2207 isc_buffer_t iscbuf1; local
2230 isc_buffer_init(&iscbuf1, testname, len);
2231 isc_buffer_add(&iscbuf1, len);
2233 dns_result = dns_name_fromtext(&dns_name, &iscbuf1, NUL
[all...]

Completed in 527 milliseconds