Searched defs:version (Results 1 - 25 of 39) sorted by relevance

12

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drdatasetiter.h89 * implementation's version of a dns_rdatasetiter_t.
102 dns_dbversion_t * version; member in struct:dns_rdatasetiter
H A Dmaster.h74 isc_uint32_t version; /* compatibility for future member in struct:__anon93
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dloc_29.h27 isc_uint8_t version; /* must be first and zero */ member in struct:dns_rdata_loc_0
H A Dloc_29.c37 unsigned char version; local
68 version = 0;
437 RETERR(mem_tobuffer(target, &version, 1));
483 /* version = sr.base[0]; */
672 if (loc->v.v0.version != 0)
674 RETERR(uint8_tobuffer(loc->v.v0.version, target));
707 isc_uint8_t version; local
716 version = uint8_fromregion(&r);
717 if (version != 0)
724 loc->v.v0.version
[all...]
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwpacket.h45 lwres_uint16_t version; member in struct:lwres_lwpacket
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c57 char *version; /* winsock version */ member in struct:winsock_type
73 idnWinsockVersion(const char *version) { argument
75 for (i = 0; winsock_info[i].version != NULL; i++) {
76 if (strcmp(winsock_info[i].version, version) == 0) {
79 "idnWinsockVersion: version %s\n",
80 version);
85 "idnWinsockVersion: unknown winsock version %s\n",
86 version);
[all...]
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dquery.h33 /*% nameserver database version structure */
36 dns_dbversion_t *version; member in struct:ns_dbversion
H A Dserver.h58 isc_boolean_t version_set; /*%< User has set version */
59 char * version; /*%< User-specified version */ member in struct:ns_server
/bind-9.6-ESV-R11/bin/tests/
H A Dnsecify.c54 active_node(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node) { argument
62 result = dns_db_allrdatasets(db, node, version, 0, &rdsiter);
83 result = dns_db_deleterdataset(db, node, version,
94 next_active(dns_db_t *db, dns_dbversion_t *version, dns_dbiterator_t *dbiter, argument
104 active = active_node(db, version, *nodep);
H A Ddb_test.c50 dns_dbversion_t * version; member in struct:dbinfo
169 if (dbi->version != NULL)
170 dns_db_attachversion(dbi->db, dbi->version,
252 dbi->version = NULL;
371 dns_dbversion_t *version; local
470 version = NULL;
490 printf("future version (%p)\n", dbi->wversion);
493 printf("open version %d (%p)\n", i,
505 printf("opened version %d\n", dbi->rcount);
506 dbi->version
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c70 * Define mapping/checking functions for each version of the draft.
82 char *version; member in struct:idn_nameprep
88 #define MAKE_NAMEPREP_HANDLE(version, id) \
89 { version, \
103 idn_nameprep_create(const char *version, idn_nameprep_t *handlep) { argument
108 TRACE(("idn_nameprep_create(version=%-.50s)\n",
109 version == NULL ? "<NULL>" : version));
111 if (version == NULL)
112 version
[all...]
H A Dunicode.c99 char *version; member in struct:idn__unicode_ops
104 #define MAKE_UNICODE_HANDLE(version, suffix) \
105 { version, \
115 idn__unicode_create(const char *version, argument
120 TRACE(("idn__unicode_create(version=%-.50s)\n",
121 version == NULL ? "<NULL>" : version));
123 if (version == NULL)
124 version = UNICODE_CURRENT;
126 for (v = unicode_versions; v->version !
136 idn__unicode_destroy(idn__unicode_version_t version) argument
143 idn__unicode_canonicalclass(idn__unicode_version_t version, unsigned long c) argument
151 idn__unicode_decompose(idn__unicode_version_t version, int compat, unsigned long *v, size_t vlen, unsigned long c, int *decomp_lenp) argument
226 idn__unicode_iscompositecandidate(idn__unicode_version_t version, unsigned long c) argument
249 idn__unicode_compose(idn__unicode_version_t version, unsigned long c1, unsigned long c2, unsigned long *compp) argument
[all...]
H A Dunormalize.c70 idn__unicode_version_t version; /* Unicode version */ member in struct:__anon62
80 static idn_result_t normalize(idn__unicode_version_t version,
98 idn__unormalize_formkc(idn__unicode_version_t version, argument
101 assert(version != NULL && from != NULL && to != NULL && tolen >= 0);
104 return (normalize(version, 1, 1, from, to, tolen));
108 normalize(idn__unicode_version_t version, int do_composition, int compat, argument
117 wb.version = version;
221 r = idn__unicode_decompose(wb->version, compa
[all...]
H A Dresconf.c679 idn_resconf_setnameprepversion(idn_resconf_t ctx, const char *version) argument
691 assert(ctx != NULL && version != NULL);
698 if (strlen(version) + strlen(IDN_CHECKER_PROHIBIT_PREFIX)
704 IDN_CHECKER_PROHIBIT_PREFIX, version);
706 if (strlen(version) + strlen(IDN_CHECKER_UNASSIGNED_PREFIX)
712 IDN_CHECKER_UNASSIGNED_PREFIX, version);
714 if (strlen(version) + strlen(IDN_CHECKER_BIDI_PREFIX)
720 IDN_CHECKER_BIDI_PREFIX, version);
741 r = idn_mapper_add(mapper, version);
744 r = idn_normalizer_add(normalizer, version);
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c355 set_nameprep(idn_resconf_t conf, char *version) { argument
358 r = idn_resconf_setnameprepversion(conf, version);
361 version, idn_result_tostring(r));
/bind-9.6-ESV-R11/lib/dns/
H A Dnsec.c70 dns_nsec_buildrdata(dns_db_t *db, dns_dbversion_t *version, argument
99 result = dns_db_allrdatasets(db, node, version, 0, &rdsiter);
161 dns_nsec_build(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, argument
173 RETERR(dns_nsec_buildrdata(db, version, node, target, data, &rdata));
182 result = dns_db_addrdataset(db, node, version, 0, &rdataset,
229 dns_nsec_nseconly(dns_db_t *db, dns_dbversion_t *version, argument
245 result = dns_db_findrdataset(db, node, version, dns_rdatatype_dnskey,
H A Ddb.c361 dns_db_dump(dns_db_t *db, dns_dbversion_t *version, const char *filename) { argument
362 return ((db->methods->dump)(db, version, filename,
367 dns_db_dump2(dns_db_t *db, dns_dbversion_t *version, const char *filename, argument
377 return ((db->methods->dump)(db, version, filename, masterformat));
388 * Open the current version for reading.
402 * Open a new version for reading and writing.
436 * Close version '*versionp'.
483 dns_db_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, argument
490 * Find the best match for 'name' and 'type' in version 'version'
634 dns_db_findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers, isc_stdtime_t now, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
659 dns_db_allrdatasets(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdatasetiter_t **iteratorp) argument
675 dns_db_addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *addedrdataset) argument
702 dns_db_subtractrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *newrdataset) argument
726 dns_db_deleterdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers) argument
890 dns_db_getnsec3parameters(dns_db_t *db, dns_dbversion_t *version, dns_hash_t *hash, isc_uint8_t *flags, isc_uint16_t *iterations, unsigned char *salt, size_t *salt_length) argument
924 dns_db_resigned(dns_db_t *db, dns_rdataset_t *rdataset, dns_dbversion_t *version) argument
[all...]
H A Drdataset.c722 dns_dbversion_t *version,
732 db, version,
716 dns_rdataset_setadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *fname) argument
H A Dacache.c227 dns_dbversion_t *version; /* the version of the DB */ member in struct:dns_acacheentry
525 if (entry->version != NULL) {
527 dns_db_closeversion(entry->db, &entry->version, ISC_FALSE);
1426 newentry->version = NULL;
1480 dns_db_attachversion(entry->db, entry->version, versionp);
1541 dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version,
1563 * Set DB version. If the version is not given by the caller,
1564 * which is the case for glue or cache DBs, use the current version
1540 dns_acache_setentry(dns_acache_t *acache, dns_acacheentry_t *entry, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *fname) argument
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dmain.c88 static char version[512]; variable
918 * Record version in core image.
919 * strings named.core | grep "named version:"
921 strlcat(version,
923 "named version: BIND " VERSION " <" SRCID ">",
925 "named version: BIND " VERSION " <" SRCID "> (" __DATE__ ")",
927 sizeof(version));
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp364 int version)
377 if (!he.has_attr("version"))
378 throw format_error("Could not determine version");
379 const std::string& vstr = atf::text::to_string(version);
380 if (he.get_attr("version") != vstr)
381 throw format_error("Mismatched version: expected `" +
383 he.get_attr("version") + "'");
363 validate_content_type(const impl::headers_map& hm, const std::string& fmt, int version) argument
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c69 static const char *version = VERSION; variable
149 progname, version);
208 "* the remote server is using an older version of"
271 "* the remote server is using an older version of"
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.c122 short used_since; /* compability (from version; 0 == command line) */
123 short used_till; /* compability (to version) */
481 fprintf (fp, "#\tZKT config file for version %d.%02d\n",
560 void setconfigversion (int version) argument
562 compversion = version;
785 if ( iscompatible (cp) ) /* is parameter compatible to current version? */
/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c242 * Emit protocol version.
454 isc_uint32_t version; local
459 GET32(version, source->rstart);
460 if (version != 1)
467 createmessage(isc_uint32_t version, const char *from, const char *to, argument
477 if (version != 1)
525 isccc_cc_createmessage(isc_uint32_t version, const char *from, const char *to, argument
529 return (createmessage(version, from, to, serial, now, expires,
/bind-9.6-ESV-R11/bin/dig/
H A Ddig.c150 /*% version */
152 version(void) { function
164 " (Use ixfr=version for type ixfr)\n"
188 " +[no]edns[=###] (Set EDNS version) [0]\n"
230 " -v (print version and exit)\n",
1197 version();

Completed in 4982 milliseconds

12