Lines Matching refs:RETERR
39 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
42 RETERR(uint16_tobuffer(flags, target));
45 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
48 RETERR(mem_tobuffer(target, &proto, 1));
51 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
54 RETERR(mem_tobuffer(target, &alg, 1));
89 RETERR(str_totext(buf, target));
90 RETERR(str_totext(" ", target));
103 RETERR(str_totext(buf, target));
104 RETERR(str_totext(" ", target));
110 RETERR(str_totext(buf, target));
129 RETERR(str_totext(" (", target));
130 RETERR(str_totext(tctx->linebreak, target));
134 RETERR(isc_base64_totext(&sr, 60, "", target));
136 RETERR(isc_base64_totext(&sr, tctx->width - 2,
142 RETERR(str_totext(buf, target));
146 RETERR(str_totext(tctx->linebreak, target));
148 RETERR(str_totext(" ", target));
151 RETERR(str_totext(")", target));
157 RETERR(str_totext(" ; ", target));
158 RETERR(str_totext(keyinfo, target));
160 RETERR(str_totext("; alg = ", target));
161 RETERR(str_totext(algbuf, target));
162 RETERR(str_totext(" ; key id = ", target));
166 RETERR(str_totext(buf, target));
186 RETERR(mem_tobuffer(target, sr.base, 4));
194 RETERR(dns_name_fromwire(&name, source, dctx, options, target));
281 RETERR(uint16_tobuffer(key->flags, target));
284 RETERR(uint8_tobuffer(key->protocol, target));
287 RETERR(uint8_tobuffer(key->algorithm, target));