Lines Matching refs:iscbuf1
1999 isc_buffer_t iscbuf1;
2009 isc_buffer_init(&iscbuf1, buf1, sizeof(buf1));
2010 len = getmsg(datafile_name, &iscbuf1);
2014 isc_buffer_setactive(&iscbuf1, len);
2015 iscbuf1.current = testname_offset;
2021 dns_result = dns_name_fromwire(&dns_name1, &iscbuf1,
2196 isc_buffer_t iscbuf1;
2219 isc_buffer_init(&iscbuf1, testname, len);
2220 isc_buffer_add(&iscbuf1, len);
2222 dns_result = dns_name_fromtext(&dns_name, &iscbuf1, NULL, 0, &iscbuf2);