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

12

/bind-9.6-ESV-R11/lib/bind9/
H A Dversion.c24 const char bind9_version[] = VERSION;
/bind-9.6-ESV-R11/lib/dns/
H A Dversion.c24 const char dns_version[] = VERSION;
/bind-9.6-ESV-R11/lib/isc/
H A Dversion.c24 const char isc_version[] = VERSION;
/bind-9.6-ESV-R11/lib/isccc/
H A Dversion.c24 const char isccc_version[] = VERSION;
/bind-9.6-ESV-R11/lib/isccfg/
H A Dversion.c24 const char cfg_version[] = VERSION;
/bind-9.6-ESV-R11/lib/lwres/
H A Dversion.c24 const char lwres_version[] = VERSION;
/bind-9.6-ESV-R11/lib/bind9/win32/
H A Dversion.c24 LIBBIND9_EXTERNAL_DATA const char bind9_version[] = VERSION;
/bind-9.6-ESV-R11/lib/dns/win32/
H A Dversion.c24 LIBDNS_EXTERNAL_DATA const char dns_version[] = VERSION;
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dversion.c24 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
/bind-9.6-ESV-R11/lib/isccc/win32/
H A Dversion.c24 LIBISCCC_EXTERNAL_DATA const char isccc_version[] = VERSION;
/bind-9.6-ESV-R11/lib/isccfg/win32/
H A Dversion.c24 LIBISCCFG_EXTERNAL_DATA const char cfg_version[] = VERSION;
/bind-9.6-ESV-R11/lib/lwres/win32/
H A Dversion.c24 LIBLWRES_EXTERNAL_DATA const char lwres_version[] = VERSION;
/bind-9.6-ESV-R11/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,
H A Dnameprep.c73 #define VERSION rfc3491 macro
75 #undef VERSION macro
H A Dunicode.c88 #define VERSION v320 macro
90 #undef VERSION macro
/bind-9.6-ESV-R11/bin/tests/system/
H A Dans.pl112 if ($Net::DNS::VERSION > 0.68) {
166 if ($Net::DNS::VERSION < 0.70);
168 if ($Net::DNS::VERSION < 0.70);
217 $decode = 1 if ($Net::DNS::VERSION >= 0.68);
302 if ($Net::DNS::VERSION > 0.68) {
363 if ($Net::DNS::VERSION < 0.70);
365 if ($Net::DNS::VERSION < 0.70);
376 if ($Net::DNS::VERSION >= 0.71);
379 if ($Net::DNS::VERSION < 0.70);
/bind-9.6-ESV-R11/bin/tests/system/resolver/ans3/
H A Dans.pl47 if ($Net::DNS::VERSION > 0.68) {
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.h3 #define VERSION "0.4.0" macro
H A Dquery-loc.c55 printf ("\nThis is %s, version %s.\n\n", progname, VERSION);
/bind-9.6-ESV-R11/unit/atf-src/
H A Dbconfig.h.in113 #undef VERSION
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddbversion_test.c95 #define VERSION(callback) ((callback == NULL) ? v1 : v2) macro
111 dns_db_attachversion(db1, VERSION(callback), &v);
201 result = dns_db_find(db1, dns_rootname, VERSION(callback),
249 result = dns_db_allrdatasets(db1, node, VERSION(callback), 0,
307 result = dns_db_findrdataset(db1, node, VERSION(callback),
362 result = dns_db_deleterdataset(db1, node, VERSION(callback),
424 result = dns_db_subtractrdataset(db1, node, VERSION(callback),
479 result = dns_db_dump(db1, VERSION(callback), tempname);
538 result = dns_db_addrdataset(db1, node, VERSION(callback), 0, &rdataset,
593 result = dns_db_getnsec3parameters(db1, VERSION(callbac
[all...]
/bind-9.6-ESV-R11/bin/tests/system/resolver/ans2/
H A Dans.pl47 if ($Net::DNS::VERSION > 0.68) {
/bind-9.6-ESV-R11/bin/tests/system/upforwd/ans4/
H A Dans.pl103 if ($Net::DNS::VERSION > 0.68) {
255 if ($Net::DNS::VERSION > 0.68) {
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dglobals.h65 EXTERN const char * ns_g_version INIT(VERSION);

Completed in 89 milliseconds

12