Lines Matching refs:target
45 RETERR(uint16_tobuffer(token.value.as_ulong, target));
53 RETERR(mem_tobuffer(target, &c, 1));
61 RETERR(mem_tobuffer(target, &c, 1));
85 return (isc_hex_tobuffer(lexer, target, length));
94 target, callbacks));
115 RETERR(str_totext(buf, target));
123 RETERR(str_totext(buf, target));
131 RETERR(str_totext(buf, target));
137 RETERR(str_totext(" (", target));
138 RETERR(str_totext(tctx->linebreak, target));
141 RETERR(isc_hex_totext(&sr, 0, "", target));
144 tctx->linebreak, target));
146 RETERR(str_totext("[omitted]", target));
148 RETERR(str_totext(" )", target));
157 return (generic_totext_ds(rdata, tctx, target));
204 return (mem_tobuffer(target, sr.base, sr.length));
213 target));
226 return (mem_tobuffer(target, sr.base, sr.length));
273 RETERR(uint16_tobuffer(ds->key_tag, target));
274 RETERR(uint8_tobuffer(ds->algorithm, target));
275 RETERR(uint8_tobuffer(ds->digest_type, target));
277 return (mem_tobuffer(target, ds->digest, ds->length));
285 return (generic_fromstruct_ds(rdclass, type, source, target));
290 dns_rdata_ds_t *ds = target;
293 REQUIRE(target != NULL);
319 dns_rdata_ds_t *ds = target;
322 REQUIRE(target != NULL);
328 return (generic_tostruct_ds(rdata, target, mctx));