/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | version.h | 3 #define VERSION "2.1.0.0" macro
|
/bind-9.11.3/lib/irs/ |
H A D | version.c | 15 const char irs_version[] = VERSION;
|
/bind-9.11.3/lib/isc/ |
H A D | version.c | 15 const char isc_version[] = VERSION;
|
/bind-9.11.3/lib/isccc/ |
H A D | version.c | 15 const char isccc_version[] = VERSION;
|
/bind-9.11.3/lib/isccfg/ |
H A D | version.c | 15 const char cfg_version[] = VERSION;
|
/bind-9.11.3/lib/lwres/ |
H A D | version.c | 15 const char lwres_version[] = VERSION;
|
/bind-9.11.3/lib/bind9/ |
H A D | version.c | 15 const char bind9_version[] = VERSION;
|
/bind-9.11.3/lib/dns/ |
H A D | version.c | 15 const char dns_version[] = VERSION;
|
/bind-9.11.3/lib/irs/win32/ |
H A D | version.c | 15 LIBIRS_EXTERNAL_DATA const char irs_version[] = VERSION;
|
/bind-9.11.3/lib/isc/win32/ |
H A D | version.c | 15 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
|
/bind-9.11.3/lib/isccc/win32/ |
H A D | version.c | 15 LIBISCCC_EXTERNAL_DATA const char isccc_version[] = VERSION;
|
/bind-9.11.3/lib/isccfg/win32/ |
H A D | version.c | 15 LIBISCCFG_EXTERNAL_DATA const char cfg_version[] = VERSION;
|
/bind-9.11.3/lib/lwres/win32/ |
H A D | version.c | 15 LIBLWRES_EXTERNAL_DATA const char lwres_version[] = VERSION;
|
/bind-9.11.3/lib/bind9/win32/ |
H A D | version.c | 15 LIBBIND9_EXTERNAL_DATA const char bind9_version[] = VERSION;
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | nameprep_template.c | 47 * VERSION should be defined to appropriate value before inclusion. 74 compose_sym2(nameprep_map_, VERSION) (unsigned long v) { 80 #define IMAP compose_sym3(nameprep_, VERSION, _map_imap) 81 #define TABLE compose_sym3(nameprep_, VERSION, _map_table) 82 #define DATA compose_sym3(nameprep_, VERSION, _map_data) 93 compose_sym2(nameprep_prohibited_, VERSION) (unsigned long v) { 99 #define IMAP compose_sym3(nameprep_, VERSION, _prohibited_imap) 100 #define BITMAP compose_sym3(nameprep_, VERSION, _prohibited_bitmap) 108 compose_sym2(nameprep_unassigned_, VERSION) (unsigned long v) { 114 #define IMAP compose_sym3(nameprep_, VERSION, _unassigned_ima [all...] |
H A D | unicode_template.c | 70 #define IMAP(vprefix) concat4(VERSION, _, vprefix, _imap) 71 #define DMAP(vprefix) concat4(VERSION, _, vprefix, _table) 72 #define SEQ(vprefix) concat4(VERSION, _, vprefix, _seq) 79 compose_sym(canonclass_, VERSION) (unsigned long c) { 85 compose_sym(decompose_, VERSION) (unsigned long c, const unsigned long **seqp) 94 compose_sym(compose_, VERSION) (unsigned long c,
|
/bind-9.11.3/lib/dns/win32/ |
H A D | version.c | 15 LIBDNS_EXTERNAL_DATA const char dns_version[] = VERSION;
|
/bind-9.11.3/bin/tests/system/ |
H A D | ans.pl | 94 print "Using Net::DNS $Net::DNS::VERSION\n"; 113 if ($Net::DNS::VERSION > 0.68) { 155 if ($Net::DNS::VERSION < 0.69) { 174 if ($Net::DNS::VERSION < 0.70); 176 if ($Net::DNS::VERSION < 0.70); 178 if ($Net::DNS::VERSION < 0.73) { 230 $decode = 1 if ($Net::DNS::VERSION >= 0.68); 315 if ($Net::DNS::VERSION > 0.68) { 341 if ($Net::DNS::VERSION < 0.81) { 369 if ($Net::DNS::VERSION < 0.6 [all...] |
H A D | ditch.pl | 59 if ($Net::DNS::VERSION > 0.68) {
|
/bind-9.11.3/unit/atf-src/ |
H A D | bconfig.h.in | 94 #undef VERSION
|
H A D | config.h.in | 94 #undef VERSION
|
/bind-9.11.3/bin/tests/system/rpzrecurse/ans5/ |
H A D | ans.pl | 32 if ($Net::DNS::VERSION > 0.68) {
|
/bind-9.11.3/bin/tests/system/resolver/ans8/ |
H A D | ans.pl | 42 if ($Net::DNS::VERSION > 0.68) { 76 if ($Net::DNS::VERSION > 0.68) {
|
/bind-9.11.3/lib/dns/tests/ |
H A D | dbversion_test.c | 86 #define VERSION(callback) ((callback == NULL) ? v1 : v2) macro 102 dns_db_attachversion(db1, VERSION(callback), &v); 192 result = dns_db_find(db1, dns_rootname, VERSION(callback), 240 result = dns_db_allrdatasets(db1, node, VERSION(callback), 0, 298 result = dns_db_findrdataset(db1, node, VERSION(callback), 353 result = dns_db_deleterdataset(db1, node, VERSION(callback), 415 result = dns_db_subtractrdataset(db1, node, VERSION(callback), 466 result = dns_db_dump(db1, VERSION(callback), tempname); 525 result = dns_db_addrdataset(db1, node, VERSION(callback), 0, &rdataset, 576 result = dns_db_getnsec3parameters(db1, VERSION(callbac [all...] |
/bind-9.11.3/bin/tests/system/zero/ans5/ |
H A D | ans.pl | 39 if ($Net::DNS::VERSION > 0.68) {
|