Lines Matching refs:RETERR
37 RETERR(isc_lex_getmastertoken(lexer, &token,
62 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
64 RETERR(uint32_tobuffer(token.value.as_ulong, target));
67 RETERR(isc_lex_getmastertoken(lexer, &token,
71 RETERR(uint32_tobuffer(n, target));
115 RETERR(dns_name_totext(&prefix, sub, target));
117 RETERR(str_totext(" ", target));
120 RETERR(dns_name_totext(&prefix, sub, target));
123 RETERR(str_totext(" (" , target));
124 RETERR(str_totext(tctx->linebreak, target));
132 RETERR(str_totext(buf, target));
134 RETERR(str_totext(soa_fieldnames[i], target));
137 RETERR(str_totext(" (", target));
138 RETERR(dns_ttl_totext(num, ISC_TRUE, target));
139 RETERR(str_totext(")", target));
141 RETERR(str_totext(tctx->linebreak, target));
143 RETERR(str_totext(tctx->linebreak, target));
148 RETERR(str_totext(")", target));
170 RETERR(dns_name_fromwire(&mname, source, dctx, options, target));
171 RETERR(dns_name_fromwire(&rname, source, dctx, options, target));
209 RETERR(dns_name_towire(&mname, cctx, target));
213 RETERR(dns_name_towire(&rname, cctx, target));
284 RETERR(isc_buffer_copyregion(target, ®ion));
286 RETERR(isc_buffer_copyregion(target, ®ion));
287 RETERR(uint32_tobuffer(soa->serial, target));
288 RETERR(uint32_tobuffer(soa->refresh, target));
289 RETERR(uint32_tobuffer(soa->retry, target));
290 RETERR(uint32_tobuffer(soa->expire, target));
316 RETERR(name_duporclone(&name, mctx, &soa->origin));
385 RETERR(dns_name_digest(&name, digest, arg));
390 RETERR(dns_name_digest(&name, digest, arg));