/bind-9.11.3/unit/atf-src/tools/ |
H A D | exceptions.cpp | 10 // 1. Redistributions of source code must retain the above copyright 52 tools::system_error::code(void) function in class:tools::system_error
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | exceptions.cpp | 7 // 1. Redistributions of source code must retain the above copyright 61 atf::system_error::code(void) function in class:atf::system_error 149 // this will require some code auditing that I can't afford at the
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/idnconv/ |
H A D | util.c | 22 * 2. Redistribution of source code must retain the copyright notices as they 23 * appear in each source code file, this License Terms and Conditions. 300 set_localcode(idn_resconf_t conf, const char *code) { argument 303 r = idn_resconf_setlocalconvertername(conf, code, 307 code, idn_result_tostring(r)); 313 set_idncode(idn_resconf_t conf, const char *code) { argument 316 r = idn_resconf_setidnconvertername(conf, code, 320 code, idn_result_tostring(r));
|
/bind-9.11.3/lib/dns/ |
H A D | stats.c | 283 dns_opcodestats_increment(dns_stats_t *stats, dns_opcode_t code) { argument 286 isc_stats_increment(stats->counters, (isc_statscounter_t)code); 290 dns_rcodestats_increment(dns_stats_t *stats, dns_rcode_t code) { argument 293 if (code <= dns_rcode_badcookie) 294 isc_stats_increment(stats->counters, (isc_statscounter_t)code);
|
H A D | gen.c | 516 int code = 1; local 537 code = 0; 545 code = 0; 553 code = 0; 561 code = 0; 633 if (code) {
|
H A D | resolver.c | 830 * should never fail anyway, since the code as currently written 854 * we use fctx_stopidletimer for readability in the code below. 2368 ednsopts[ednsopt].code = DNS_OPT_NSID; 2384 ednsopts[ednsopt].code = DNS_OPT_COOKIE; 2932 char code[64]; local 2982 isc_buffer_init(&b, code, sizeof(code) - 1); 2984 code[isc_buffer_usedlength(&b)] = '\0'; 2987 isc_buffer_init(&b, code, sizeof(code) 8136 char code[64]; local [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/ |
H A D | resolver.c | 21 * 2. Redistribution of source code must retain the copyright notices as they 22 * appear in each source code file, this License Terms and Conditions. 1023 int code; local 1034 code = REAL(getnameinfo)(sa, salen, name, namelen, 1036 if (code == 0 && name[0] != '\0') { 1042 code = 0; 1046 code = EAI_MEMORY; 1049 code = EAI_FAIL; 1054 return (code);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllfunc.c | 22 * 2. Redistribution of source code must retain the copyright notices as they 23 * appear in each source code file, this License Terms and Conditions. 559 int code; local 569 code = _org_getnameinfo(sa, salen, host, hostlen, 572 code = _org_getnameinfo(sa, salen, name, namelen, 574 if (code == 0 && name[0] != '\0') { 579 code = EAI_FAIL; 590 TRACE("LEAVE getnameinfo %d\n", code); 591 return (code);
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | message.h | 66 * of code can be written: 68 * \code 96 #define DNS_OPT_NSID 3 /*%< NSID opt code */ 97 #define DNS_OPT_CLIENT_SUBNET 8 /*%< client subnet opt code */ 98 #define DNS_OPT_EXPIRE 9 /*%< EXPIRE opt code */ 99 #define DNS_OPT_COOKIE 10 /*%< COOKIE opt code */ 100 #define DNS_OPT_PAD 12 /*%< PAD opt code */ 101 #define DNS_OPT_KEY_TAG 14 /*%< Key tag opt code */ 258 isc_uint16_t code; member in struct:dns_ednsopt 828 * to the message code usin [all...] |
/bind-9.11.3/bin/dig/ |
H A D | dig.c | 797 char *cmd, *value, *ptr, *code; local 1052 "code point " 1054 code = next_token(&value, ":"); 1055 save_opt(lookup, code, value); 2077 /* XXX Remove code dup from shutdown code */ 2126 * Callback from dighost.c to allow program-specific shutdown code.
|
H A D | dighost.c | 11 * Notice to programmers: Do not use this code as an example of how to 875 looknew->ednsopts[i].code = 0; 894 looknew->ednsopts[i].code = lookold->ednsopts[i].code; 1631 isc_uint32_t code; member in struct:dig_ednsoptname 1654 save_opt(dig_lookup_t *lookup, char *code, char *value) { argument 1665 if (strcasecmp(code, optnames[i].name) == 0) { 1666 num = optnames[i].code; 1673 result = parse_uint(&num, code, 65535, "ednsopt"); 1675 fatal("bad edns code poin [all...] |
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 165 /*% return code text */ 581 opts[i].code = DNS_OPT_NSID; 603 opts[i].code = DNS_OPT_CLIENT_SUBNET; 641 opts[i].code = DNS_OPT_COOKIE; 661 opts[i].code = DNS_OPT_EXPIRE; 856 save_opt(struct query *query, char *code, char *value) { argument 864 result = parse_uint(&num, code, 65535, "ednsopt"); 866 fatal("bad edns code point: %s", code); 868 ednsopts[ednsoptscnt].code 1039 char *cmd, *value, *ptr, *code; local [all...] |
/bind-9.11.3/bin/named/ |
H A D | statschannel.c | 1278 opcodestat_dump(dns_opcode_t code, isc_uint64_t val, void *arg) { argument 1292 dns_opcode_totext(code, &b); 1334 rcodestat_dump(dns_rcode_t code, isc_uint64_t val, void *arg) { argument 1348 dns_rcode_totext(code, &b); 3284 * the underlying config code, or to the bind attempt getting an
|