Lines Matching refs:RETERR
39 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
43 RETERR(uint16_tobuffer(token.value.as_ulong, target));
48 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
57 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
88 RETERR(str_totext(buf, target));
89 RETERR(str_totext(" ", target));
97 RETERR(dns_name_totext(&prefix, sub, target));
98 RETERR(str_totext(" ", target));
129 RETERR(mem_tobuffer(target, sregion.base, 2));
135 RETERR(dns_name_fromwire(&name, source, dctx, options, target));
158 RETERR(mem_tobuffer(target, region.base, 2));
166 RETERR(dns_name_towire(&name, cctx, target));
235 RETERR(uint16_tobuffer(px->preference, target));
237 RETERR(isc_buffer_copyregion(target, ®ion));
267 RETERR(name_duporclone(&name, mctx, &px->map822));