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

/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-dsfromkey.c193 isc_buffer_t textb, classb; local
197 isc_buffer_init(&textb, text_buf, sizeof(text_buf));
206 result = dns_rdata_totext(&ds, (dns_name_t *) NULL, &textb);
221 isc_buffer_usedregion(&textb, &r);
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c1143 isc_buffer_t keyb, textb, fileb, classb; local
1156 isc_buffer_init(&textb, text_array, sizeof(text_array));
1166 ret = dns_rdata_totext(&rdata, (dns_name_t *) NULL, &textb);
1213 isc_buffer_usedregion(&textb, &r);

Completed in 13 milliseconds