/bind-9.11.3/bin/named/ |
H A D | tkeyconf.c | 30 #define RETERR(x) do { \ macro 71 RETERR(dns_name_fromtext(name, &b, dns_rootname, 0, NULL)); 73 RETERR(dst_key_fromfile(name, (dns_keytag_t) n, DNS_KEYALG_DH, 85 RETERR(dns_name_fromtext(name, &b, dns_rootname, 0, NULL)); 92 RETERR(dns_name_dup(name, mctx, tctx->domain)); 104 RETERR(dns_name_fromtext(name, &b, dns_rootname, 0, NULL)); 105 RETERR(dst_gssapi_acquirecred(name, ISC_FALSE, &tctx->gsscred));
|
H A D | zoneconf.c | 54 #define RETERR(x) do { \ macro 553 RETERR(dns_db_create(mctx, dbtype, dns_zone_getorigin(zone), 821 RETERR(ns_config_getclass(cfg_tuple_get(vconfig, "class"), 832 RETERR(ns_config_getclass(cfg_tuple_get(zconfig, "class"), 979 RETERR(dns_zone_setfile3(raw, filename, 992 RETERR(dns_zone_setfile3(zone, filename, 998 RETERR(dns_zone_setjournal(mayberaw, cfg_obj_asstring(obj))); 1004 RETERR(configure_zone_acl(zconfig, vconfig, config, 1012 RETERR(configure_zone_acl(zconfig, vconfig, config, 1017 RETERR(configure_zone_ac [all...] |
/bind-9.11.3/lib/dns/ |
H A D | ds.c | 79 #define RETERR(x) do { \ macro 88 RETERR(isc_gost_init(&gost)); 90 RETERR(isc_gost_update(&gost, r.base, r.length)); 93 RETERR(isc_gost_update(&gost, r.base, r.length)); 94 RETERR(isc_gost_final(&gost, digest));
|
H A D | ttl.c | 30 #define RETERR(x) do { \ macro 91 RETERR(ttlfmt(weeks, "week", verbose, ISC_TF(x > 0), target)); 95 RETERR(ttlfmt(days, "day", verbose, ISC_TF(x > 0), target)); 99 RETERR(ttlfmt(hours, "hour", verbose, ISC_TF(x > 0), target)); 103 RETERR(ttlfmt(mins, "minute", verbose, ISC_TF(x > 0), target)); 108 RETERR(ttlfmt(secs, "second", verbose, ISC_TF(x > 0), target));
|
H A D | nsec.c | 30 #define RETERR(x) do { \ macro 181 RETERR(dns_nsec_buildrdata(db, version, node, target, data, &rdata)); 188 RETERR(dns_rdatalist_tordataset(&rdatalist, &rdataset));
|
H A D | gssapictx.c | 106 #define RETERR(x) do { \ macro 626 RETERR(isc_buffer_copyregion(outtoken, &r)); 741 RETERR(isc_buffer_allocate(mctx, outtoken, 744 RETERR(isc_buffer_copyregion(*outtoken, &r)); 754 RETERR(ISC_R_FAILURE); 774 RETERR(dns_name_fromtext(principal, &namebuf, dns_rootname,
|
H A D | rcode.c | 38 #define RETERR(x) \ macro 312 RETERR(dns_mnemonic_fromtext(&value, source, rcodes, 0xffff)); 325 RETERR(dns_mnemonic_fromtext(&value, source, tsigrcodes, 0xffff)); 338 RETERR(dns_mnemonic_fromtext(&value, source, certs, 0xffff)); 351 RETERR(dns_mnemonic_fromtext(&value, source, secalgs, 0xff)); 379 RETERR(dns_mnemonic_fromtext(&value, source, secprotos, 0xff)); 392 RETERR(dns_mnemonic_fromtext(&value, source, hashalgs, 0xff)); 447 RETERR(dns_mnemonic_fromtext(&value, source, dsdigests, 0xff));
|
H A D | tkey.c | 48 #define RETERR(x) do { \ macro 167 RETERR(dns_message_gettemprdata(msg, &newrdata)); 170 RETERR(isc_buffer_allocate(msg->mctx, &tmprdatabuf, r.length)); 176 RETERR(dns_message_gettempname(msg, &newname)); 178 RETERR(dns_name_dup(name, msg->mctx, newname)); 180 RETERR(dns_message_gettemprdatalist(msg, &newlist)); 186 RETERR(dns_message_gettemprdataset(msg, &newset)); 187 RETERR(dns_rdatalist_tordataset(newlist, newset)); 382 RETERR(add_rdata_to_list(msg, keyname, &keyrdata, ttl, namelist)); 385 RETERR(dst_key_todn [all...] |
H A D | masterdump.c | 49 #define RETERR(x) do { \ macro 512 RETERR(str_totext(dns_master_indentstr, 519 RETERR(str_totext("- ", target)); 526 RETERR(str_totext(";", target)); 536 RETERR(dns_name_totext(name, omit_final_dot, target)); 617 RETERR(str_totext("\\-", target)); 648 RETERR(str_totext(dns_master_indentstr, 652 RETERR(str_totext(";-$NXDOMAIN\n", target)); 654 RETERR(str_totext(";-$NXRRSET\n", target)); 659 RETERR(ncache_summar [all...] |
H A D | rdata.c | 45 #define RETERR(x) \ macro 436 RETERR(isc_lex_getmastertoken(lexer, &token, 476 RETERR(uint8_tobuffer(window, target)); 477 RETERR(uint8_tobuffer(octet + 1, target)); 478 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1)); 494 RETERR(str_totext(tctx->linebreak, target)); 512 RETERR(str_totext(" ", target)); 515 RETERR(dns_rdatatype_totext(t, target)); 519 RETERR(str_totext(buf, target)); 539 RETERR(DNS_R_FORMER [all...] |
H A D | dnssec.c | 46 #define RETERR(x) do { \ macro 748 RETERR(dns_db_findrdataset(db, node, ver, dns_rdatatype_dnskey, 0, 0, 750 RETERR(dns_rdataset_first(&rdataset)); 754 RETERR(dns_dnssec_keyfromrdata(name, &rdata, mctx, &pubkey)); 969 RETERR(dst_context_create3(key, mctx, 977 RETERR(dns_rdata_fromstruct(NULL, dns_rdataclass_any, 981 RETERR(dst_context_adddata(ctx, &r)); 987 RETERR(dst_context_adddata(ctx, &msg->query)); 995 RETERR(dst_context_adddata(ctx, &r)); 1002 RETERR(dst_context_adddat [all...] |
H A D | dst_api.c | 116 #define RETERR(x) \ macro 196 RETERR(dst__hmacmd5_init(&dst_t_func[DST_ALG_HMACMD5])); 198 RETERR(dst__hmacsha1_init(&dst_t_func[DST_ALG_HMACSHA1])); 199 RETERR(dst__hmacsha224_init(&dst_t_func[DST_ALG_HMACSHA224])); 200 RETERR(dst__hmacsha256_init(&dst_t_func[DST_ALG_HMACSHA256])); 201 RETERR(dst__hmacsha384_init(&dst_t_func[DST_ALG_HMACSHA384])); 202 RETERR(dst__hmacsha512_init(&dst_t_func[DST_ALG_HMACSHA512])); 204 RETERR(dst__openssl_init(engine)); 206 RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSAMD5], 209 RETERR(dst__opensslrsa_ini [all...] |
/bind-9.11.3/lib/isc/ |
H A D | base64.c | 21 #define RETERR(x) do { \ macro 61 RETERR(str_totext(buf, target)); 69 RETERR(str_totext(wordbreak, target)); 78 RETERR(str_totext(buf, target)); 84 RETERR(str_totext(buf, target)); 149 RETERR(mem_tobuffer(ctx->target, buf, n)); 186 RETERR(isc_lex_getmastertoken(lexer, &token, 192 RETERR(base64_decode_char(&ctx, tr->base[i])); 196 RETERR(base64_decode_finish(&ctx)); 211 RETERR(base64_decode_cha [all...] |
H A D | hex.c | 23 #define RETERR(x) do { \ macro 55 RETERR(str_totext(buf, target)); 63 RETERR(str_totext(wordbreak, target)); 98 RETERR(mem_tobuffer(ctx->target, &num, 1)); 135 RETERR(isc_lex_getmastertoken(lexer, &token, 141 RETERR(hex_decode_char(&ctx, tr->base[i])); 145 RETERR(hex_decode_finish(&ctx)); 160 RETERR(hex_decode_char(&ctx, c)); 162 RETERR(hex_decode_finish(&ctx));
|
H A D | base32.c | 22 #define RETERR(x) do { \ macro 64 RETERR(str_totext(buf, target)); 73 RETERR(str_totext(buf, target)); 81 RETERR(str_totext(buf, target)); 90 RETERR(str_totext(buf, target)); 96 RETERR(str_totext(buf, target)); 104 RETERR(str_totext(wordbreak, target)); 246 RETERR(mem_tobuffer(ctx->target, buf, n)); 269 RETERR(base32_decode_char(ctx, '=')); 295 RETERR(isc_lex_getmastertoke [all...] |