Searched defs:class (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/master/
H A Dt_master.c66 test_master(char *testfile, char *origin, char *class, isc_result_t exp_result) argument
106 textregion.base = class;
107 textregion.length = strlen(class);
228 "the record class did not match the zone class";
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dunormalize.c75 int *class; /* and their canonical classes */ member in struct:__anon62
136 * Get canonical class.
146 } else if (wb.class[wb.cur] > 0) {
162 if (do_composition && wb.class[0] == 0)
172 if (wb.cur > 0 && wb.class[wb.cur] == 0) {
182 if (do_composition && wb.cur > 0 && wb.class[0] == 0) {
249 wb->class[i] = idn__unicode_canonicalclass(wb->version,
257 int class; local
263 class = wb->class[
278 int *class; local
[all...]
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c302 * it fills in the type, class, ttl, and data length *
305 skipToData (cp, type, class, ttl, dlen, endOfMsg)
308 u_short *class;
319 * Grab the type, class, and ttl. GETSHORT and GETLONG
323 GETSHORT (*class, tmp_cp);
357 u_short class; /* classes defined in arpa/nameser.h */ local
378 C_IN, /* Internet class records */
403 * section is comprised of a name, a type, and a class.
405 * the type and class portions, which is fixed. Therefore,
421 cp += skipToData (cp, &type, &class,
501 u_short class; /* classes defined in arpa/nameser.h */ local
[all...]
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c344 t_assert(const char *component, int anum, int class, const char *what, ...) { argument
348 (void)printf("T:%s:%d:%s\n", component, anum, class == T_REQUIRED ?
/bind-9.6-ESV-R11/bin/tests/
H A Drdata_test.c892 dns_rdataclass_t class; local
1027 class = token.value.as_ulong;
1029 result = dns_rdatatype_totext(class, &tbuf);
1038 fprintf(stdout, "class = %.*s(%d)\n",
1039 (int)tbuf.used, (char*)tbuf.base, class);
1041 result = dns_rdataclass_fromtext(&class,
1051 fprintf(stdout, "class = %.*s(%d)\n",
1053 token.value.as_textregion.base, class);
1060 result = dns_rdata_fromtext(&rdata, class, type, lex,
1133 result = dns_rdata_fromwire(&rdata, class, typ
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c263 LPGUID class = lpqsRestrictions->lpServiceClassId; local
271 if (name != NULL && encodeCtx != NULL && SVCID_IS_HABN(class) == 0) {
292 LPGUID class; local
301 class = lpqsResults->lpServiceClassId;
306 (SVCID_IS_HABN(class) || SVCID_IS_HABIS(class))) {
/bind-9.6-ESV-R11/bin/tests/db/
H A Dt_db.c43 t_create(const char *db_type, const char *origin, const char *class, argument
71 DE_CONST(class, region.base);
72 region.length = strlen(class);
97 char *class; local
128 class = T_ARG(4);
163 dns_result = t_create(db_type, origin, class, model, mctx, &db);
278 t_dns_db_zc_x(char *filename, char *db_type, char *origin, char *class, argument
312 textregion.base = class;
313 textregion.length = strlen(class);
413 tokens[3], /* class */
634 char *class; local
747 char *class; local
1019 char *class; local
1335 char *class; local
1746 char *class; local
2219 char *class; local
2422 char *class; local
2594 char *class; local
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dspnego.c254 Der_class * class, Der_type * type,
259 Der_class class, Der_type type,
263 Der_class class, Der_type type, int tag,
289 der_put_tag(unsigned char *p, size_t len, Der_class class, Der_type type,
907 Der_class *class, Der_type *type,
912 *class = (Der_class) (((*p) >> 6) & 0x03);
922 Der_class class, Der_type type,
934 if (class != thisclass || type != thistype)
947 Der_class class, Der_type type, int tag,
953 e = der_match_tag(p, len, class, typ
906 der_get_tag(const unsigned char *p, size_t len, Der_class *class, Der_type *type, int *tag, size_t *size) argument
921 der_match_tag(const unsigned char *p, size_t len, Der_class class, Der_type type, int tag, size_t *size) argument
946 der_match_tag_and_length(const unsigned char *p, size_t len, Der_class class, Der_type type, int tag, size_t *length_ret, size_t *size) argument
1256 der_put_tag(unsigned char *p, size_t len, Der_class class, Der_type type, int tag, size_t *size) argument
1267 der_put_length_and_tag(unsigned char *p, size_t len, size_t len_val, Der_class class, Der_type type, int tag, size_t *size) argument
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c241 dns_rdataclass_t class,
247 dns_rdataclass_t class,
1244 * type, and class.
5526 dns_rdataclass_t class, dns_rdatatype_t type,
5534 UNUSED(class);
5567 prove_nx(dns_message_t *msg, dns_name_t *name, dns_rdataclass_t class, argument
5589 ret = prove_nx_type(msg, name, nsecset, class,
5525 prove_nx_type(dns_message_t *msg, dns_name_t *name, dns_rdataset_t *nsecset, dns_rdataclass_t class, dns_rdatatype_t type, dns_name_t *rdata_name, dns_rdataset_t **rdataset, dns_rdataset_t **sigrdataset) argument

Completed in 1635 milliseconds