Searched refs:VERSION (Results 1 - 25 of 65) sorted by relevance

123

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dversion.h3 #define VERSION "2.1.0.0" macro
/bind-9.11.3/lib/irs/
H A Dversion.c15 const char irs_version[] = VERSION;
/bind-9.11.3/lib/isc/
H A Dversion.c15 const char isc_version[] = VERSION;
/bind-9.11.3/lib/isccc/
H A Dversion.c15 const char isccc_version[] = VERSION;
/bind-9.11.3/lib/isccfg/
H A Dversion.c15 const char cfg_version[] = VERSION;
/bind-9.11.3/lib/lwres/
H A Dversion.c15 const char lwres_version[] = VERSION;
/bind-9.11.3/lib/bind9/
H A Dversion.c15 const char bind9_version[] = VERSION;
/bind-9.11.3/lib/dns/
H A Dversion.c15 const char dns_version[] = VERSION;
/bind-9.11.3/lib/irs/win32/
H A Dversion.c15 LIBIRS_EXTERNAL_DATA const char irs_version[] = VERSION;
/bind-9.11.3/lib/isc/win32/
H A Dversion.c15 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
/bind-9.11.3/lib/isccc/win32/
H A Dversion.c15 LIBISCCC_EXTERNAL_DATA const char isccc_version[] = VERSION;
/bind-9.11.3/lib/isccfg/win32/
H A Dversion.c15 LIBISCCFG_EXTERNAL_DATA const char cfg_version[] = VERSION;
/bind-9.11.3/lib/lwres/win32/
H A Dversion.c15 LIBLWRES_EXTERNAL_DATA const char lwres_version[] = VERSION;
/bind-9.11.3/lib/bind9/win32/
H A Dversion.c15 LIBBIND9_EXTERNAL_DATA const char bind9_version[] = VERSION;
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep_template.c47 * 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 Dunicode_template.c70 #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 Dversion.c15 LIBDNS_EXTERNAL_DATA const char dns_version[] = VERSION;
/bind-9.11.3/bin/tests/system/
H A Dans.pl94 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 Dditch.pl59 if ($Net::DNS::VERSION > 0.68) {
/bind-9.11.3/unit/atf-src/
H A Dbconfig.h.in94 #undef VERSION
H A Dconfig.h.in94 #undef VERSION
/bind-9.11.3/bin/tests/system/rpzrecurse/ans5/
H A Dans.pl32 if ($Net::DNS::VERSION > 0.68) {
/bind-9.11.3/bin/tests/system/resolver/ans8/
H A Dans.pl42 if ($Net::DNS::VERSION > 0.68) {
76 if ($Net::DNS::VERSION > 0.68) {
/bind-9.11.3/lib/dns/tests/
H A Ddbversion_test.c86 #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 Dans.pl39 if ($Net::DNS::VERSION > 0.68) {

Completed in 997 milliseconds

123