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

123

/bind-9.11.3/lib/isc/include/pkcs11/
H A Dpkcs11.h7 * Latest version of the specification: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/pkcs11-base-v2.40.html
42 * If you're using an earlier version of Microsoft Developer
66 * If you're using an earlier version of Microsoft Developer
91 * If you're using an earlier version of Microsoft Developer
128 * If you're using an earlier version of Microsoft Developer
161 * If you're using an earlier version of Microsoft Developer
232 * contains a CK_VERSION indicating a library's Cryptoki version
244 CK_VERSION version; /* Cryptoki version */ member in struct:CK_FUNCTION_LIST
/bind-9.11.3/bin/python/
H A Dsetup.py11 version='2.0', variable
/bind-9.11.3/lib/dns/include/dns/
H A Drdatasetiter.h80 * implementation's version of a dns_rdatasetiter_t.
93 dns_dbversion_t * version; member in struct:dns_rdatasetiter
H A Dclientinfo.h49 isc_uint16_t version; member in struct:dns_clientinfo
61 isc_uint16_t version; member in struct:dns_clientinfomethods
H A Dmaster.h77 isc_uint32_t version; /* compatibility for future member in struct:dns_masterrawheader
/bind-9.11.3/lib/dns/rdata/generic/
H A Dloc_29.h18 isc_uint8_t version; /* must be first and zero */ member in struct:dns_rdata_loc_0
H A Dloc_29.c28 unsigned char version; local
59 version = 0;
428 RETERR(mem_tobuffer(target, &version, 1));
680 if (loc->v.v0.version != 0)
682 RETERR(uint8_tobuffer(loc->v.v0.version, target));
715 isc_uint8_t version; local
724 version = uint8_fromregion(&r);
725 if (version != 0)
732 loc->v.v0.version = version;
[all...]
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwpacket.h36 lwres_uint16_t version; member in struct:lwres_lwpacket
/bind-9.11.3/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.11.3/bin/tests/
H A Dnsecify.c45 active_node(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node) { argument
53 result = dns_db_allrdatasets(db, node, version, 0, &rdsiter);
74 result = dns_db_deleterdataset(db, node, version,
85 next_active(dns_db_t *db, dns_dbversion_t *version, dns_dbiterator_t *dbiter, argument
95 active = active_node(db, version, *nodep);
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Dsyncptr.c52 dns_dbversion_t *version = NULL; local
61 CHECK(dns_db_newversion(db, &version));
62 CHECK(dns_diff_apply(&pevent->diff, db, version));
66 if (version != NULL)
67 dns_db_closeversion(db, &version, ISC_TRUE);
/bind-9.11.3/lib/dns/
H A Dnsec.c94 dns_nsec_buildrdata(dns_db_t *db, dns_dbversion_t *version, argument
122 result = dns_db_allrdatasets(db, node, version, 0, &rdsiter);
169 dns_nsec_build(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, argument
181 RETERR(dns_nsec_buildrdata(db, version, node, target, data, &rdata));
189 result = dns_db_addrdataset(db, node, version, 0, &rdataset,
236 dns_nsec_nseconly(dns_db_t *db, dns_dbversion_t *version, argument
252 result = dns_db_findrdataset(db, node, version, dns_rdatatype_dnskey,
H A Ddyndb.c123 int version, flags; local
147 version = version_func(NULL);
148 if (version < (DNS_DYNDB_VERSION - DNS_DYNDB_AGE) ||
149 version > DNS_DYNDB_VERSION)
153 "driver API version mismatch: %d/%d",
154 version, DNS_DYNDB_VERSION);
246 int version; local
262 version = version_func(NULL);
263 if (version < (DNS_DYNDB_VERSION - DNS_DYNDB_AGE) ||
264 version > DNS_DYNDB_VERSIO
[all...]
H A Drdataset.c725 dns_dbversion_t *version,
735 db, version,
719 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
/bind-9.11.3/lib/dns/tests/
H A Dmaster_test.c516 /* Raw format version 0 */
523 /* Raw format version 1, no source serial */
530 /* Raw format version 1, source serial == 2011120101 */
550 dns_dbversion_t *version = NULL; local
580 dns_db_currentversion(db, &version);
582 result = dns_master_dump2(mctx, db, version,
597 result = dns_master_dump3(mctx, db, version,
609 dns_db_closeversion(db, &version, ISC_FALSE);
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h116 uint16_t version; member in struct:dns_clientinfo
130 uint16_t version; member in struct:dns_clientinfomethods
281 void *version);
289 void *version);
297 void *version);
/bind-9.11.3/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:__anon91
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...]
/bind-9.11.3/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.11.3/bin/named/include/named/
H A Dquery.h24 /*% nameserver database version structure */
27 dns_dbversion_t *version; member in struct:ns_dbversion
/bind-9.11.3/bin/named/
H A Dmain.c115 static char version[512]; variable
700 printf("compiled with OpenSSL version: %s\n",
704 printf("linked to OpenSSL version: %s\n",
708 printf("linked to OpenSSL version: %s\n",
713 printf("compiled with libxml2 version: %s\n",
715 printf("linked to libxml2 version: %s\n",
719 printf("compiled with libjson-c version: %s\n",
721 printf("linked to libjson-c version: %s\n",
725 printf("compiled with zlib version: %s\n",
727 printf("linked to zlib version
[all...]
/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c43 int version; member in struct:dlopen_data
261 * issues with a module using a different version of a system
325 /* Check the version of the API is the same */
326 cd->version = cd->dlz_version(&cd->flags);
327 if (cd->version < (DLZ_DLOPEN_VERSION - DLZ_DLOPEN_AGE) ||
328 cd->version > DLZ_DLOPEN_VERSION)
331 "dlz_dlopen: %s: incorrect driver API version %d, "
333 cd->dl_path, cd->version, DLZ_DLOPEN_VERSION);
340 * extended version of dlz create, with the addition of
508 void *driverarg, void *dbdata, void *version)
507 dlopen_dlz_addrdataset(const char *name, const char *rdatastr, void *driverarg, void *dbdata, void *version) argument
529 dlopen_dlz_subrdataset(const char *name, const char *rdatastr, void *driverarg, void *dbdata, void *version) argument
551 dlopen_dlz_delrdataset(const char *name, const char *type, void *driverarg, void *dbdata, void *version) argument
[all...]
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c44 int version; member in struct:dlopen_data
311 /* Check the version of the API is the same */
312 cd->version = cd->dlz_version(&cd->flags);
313 if (cd->version < (DLZ_DLOPEN_VERSION - DLZ_DLOPEN_AGE) ||
314 cd->version > DLZ_DLOPEN_VERSION)
317 "dlz_dlopen: %s: incorrect driver API version %d, "
319 cd->dl_path, cd->version, DLZ_DLOPEN_VERSION);
326 * extended version of dlz create, with the addition of
493 void *driverarg, void *dbdata, void *version)
504 result = cd->dlz_addrdataset(name, rdatastr, cd->dbdata, version);
492 dlopen_dlz_addrdataset(const char *name, const char *rdatastr, void *driverarg, void *dbdata, void *version) argument
514 dlopen_dlz_subrdataset(const char *name, const char *rdatastr, void *driverarg, void *dbdata, void *version) argument
536 dlopen_dlz_delrdataset(const char *name, const char *type, void *driverarg, void *dbdata, void *version) argument
[all...]
/bind-9.11.3/unit/atf-src/tools/
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 = tools::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

Completed in 40 milliseconds

123