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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-dsfromkey.c244 isc_buffer_t textb, nameb, classb; local
249 isc_buffer_init(&textb, text_buf, sizeof(text_buf));
283 &textb);
309 isc_buffer_usedregion(&textb, &r);
/bind-9.11.3/lib/dns/
H A Ddst_api.c1726 isc_buffer_t keyb, textb, fileb, classb; local
1739 isc_buffer_init(&textb, text_array, sizeof(text_array));
1749 ret = dns_rdata_totext(&rdata, (dns_name_t *) NULL, &textb);
1822 isc_buffer_usedregion(&textb, &r);

Completed in 25 milliseconds