Searched refs:buf3 (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/bin/tests/names/ |
H A D | t_names.c | 1835 isc_buffer_t buf3; local 1876 isc_buffer_init(&buf3, junk3, BUFLEN); 1877 dns_result = dns_name_fromtext(&dns_name2, &buf1, NULL, 0, &buf3); 2195 unsigned char buf3[BUFLEN]; local 2224 isc_buffer_init(&iscbuf3, buf3, (unsigned int)buflen); 2231 val = chkdata(buf3, iscbuf3.used, exp_data,
|
/bind-9.11.3/lib/dns/ |
H A D | validator.c | 971 char buf3[DNS_NAME_FORMATSIZE]; local 1061 dns_name_format(&nsec.next, buf3, sizeof buf3); 1064 buf1, buf2, buf3);
|
Completed in 24 milliseconds