Searched defs:txt (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dspf_99.h31 unsigned char *txt; member in struct:dns_rdata_spf
H A Dtxt_16.h32 unsigned char *txt; member in struct:dns_rdata_txt
H A Dspf_99.c127 dns_rdata_spf_t *txt = source; local
133 REQUIRE(txt->common.rdtype == type);
134 REQUIRE(txt->common.rdclass == rdclass);
135 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
140 region.base = txt->txt;
141 region.length = txt->txt_len;
150 return (mem_tobuffer(target, txt
155 dns_rdata_spf_t *txt = target; local
178 dns_rdata_spf_t *txt = source; local
[all...]
H A Dtxt_16.c134 dns_rdata_txt_t *txt = source; local
140 REQUIRE(txt->common.rdtype == type);
141 REQUIRE(txt->common.rdclass == rdclass);
142 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
147 region.base = txt->txt;
148 region.length = txt->txt_len;
157 return (mem_tobuffer(target, txt
162 dns_rdata_txt_t *txt = target; local
185 dns_rdata_txt_t *txt = source; local
[all...]
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dapl_42.c119 char txt[sizeof(" !64000")]; local
142 n = snprintf(txt, sizeof(txt), "%s%s%u:", sep,
144 INSIST(n < (int)sizeof(txt));
145 RETERR(str_totext(txt, target));
166 n = snprintf(txt, sizeof(txt), "/%u", prefix);
167 INSIST(n < (int)sizeof(txt));
168 RETERR(str_totext(txt, target));
/bind-9.6-ESV-R11/bin/tests/
H A Drdata_test.c266 static dns_rdata_txt_t txt; local
267 result = dns_rdata_tostruct(rdata, sp = &txt, NULL);
533 static dns_rdata_txt_t txt; local
534 result = dns_rdata_tostruct(rdata, sp = &txt, mctx);
830 dns_rdata_txt_t txt;
831 result = dns_rdata_fromstruct(rdata2, rdc, rdt, &txt, b);

Completed in 879 milliseconds