Lines Matching refs:RETERR
45 RETERR(isc_lex_getmastertoken(lexer, &token,
70 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
72 RETERR(uint32_tobuffer(token.value.as_ulong, target));
75 RETERR(isc_lex_getmastertoken(lexer, &token,
79 RETERR(uint32_tobuffer(n, target));
123 RETERR(dns_name_totext(&prefix, sub, target));
125 RETERR(str_totext(" ", target));
128 RETERR(dns_name_totext(&prefix, sub, target));
131 RETERR(str_totext(" (" , target));
132 RETERR(str_totext(tctx->linebreak, target));
140 RETERR(str_totext(buf, target));
142 RETERR(str_totext(soa_fieldnames[i], target));
145 RETERR(str_totext(" (", target));
146 RETERR(dns_ttl_totext(num, ISC_TRUE, target));
147 RETERR(str_totext(")", target));
149 RETERR(str_totext(tctx->linebreak, target));
151 RETERR(str_totext(tctx->linebreak, target));
156 RETERR(str_totext(")", target));
178 RETERR(dns_name_fromwire(&mname, source, dctx, options, target));
179 RETERR(dns_name_fromwire(&rname, source, dctx, options, target));
217 RETERR(dns_name_towire(&mname, cctx, target));
221 RETERR(dns_name_towire(&rname, cctx, target));
292 RETERR(isc_buffer_copyregion(target, ®ion));
294 RETERR(isc_buffer_copyregion(target, ®ion));
295 RETERR(uint32_tobuffer(soa->serial, target));
296 RETERR(uint32_tobuffer(soa->refresh, target));
297 RETERR(uint32_tobuffer(soa->retry, target));
298 RETERR(uint32_tobuffer(soa->expire, target));
324 RETERR(name_duporclone(&name, mctx, &soa->origin));
393 RETERR(dns_name_digest(&name, digest, arg));
398 RETERR(dns_name_digest(&name, digest, arg));