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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dspf_99.h32 isc_uint16_t txt_len; member in struct:dns_rdata_spf
H A Dtxt_16.h33 isc_uint16_t txt_len; member in struct:dns_rdata_txt
H A Dspf_99.c135 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
141 region.length = txt->txt_len;
150 return (mem_tobuffer(target, txt->txt, txt->txt_len));
166 txt->txt_len = r.length;
H A Dtxt_16.c142 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
148 region.length = txt->txt_len;
157 return (mem_tobuffer(target, txt->txt, txt->txt_len));
173 txt->txt_len = r.length;

Completed in 10 milliseconds