Lines Matching refs:RETERR
45 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
49 RETERR(uint16_tobuffer(token.value.as_ulong, target));
54 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
64 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
96 RETERR(str_totext(buf, target));
97 RETERR(str_totext(" ", target));
105 RETERR(dns_name_totext(&prefix, sub, target));
106 RETERR(str_totext(" ", target));
137 RETERR(mem_tobuffer(target, sregion.base, 2));
143 RETERR(dns_name_fromwire(&name, source, dctx, options, target));
166 RETERR(mem_tobuffer(target, region.base, 2));
174 RETERR(dns_name_towire(&name, cctx, target));
243 RETERR(uint16_tobuffer(px->preference, target));
245 RETERR(isc_buffer_copyregion(target, ®ion));
275 RETERR(name_duporclone(&name, mctx, &px->map822));