Searched refs:tagclass (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | gen_decode.c | 141 *cl = t->tag.tagclass; in find_tag() 375 classname(m->type->tag.tagclass), in decode_type() 377 valuename(m->type->tag.tagclass, m->type->tag.tagvalue)); in decode_type() 501 classname(t->tag.tagclass), in decode_type() 503 valuename(t->tag.tagclass, t->tag.tagvalue), in decode_type()
|
| H A D | asn1parse.y | 55 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype); 669 $$.tagclass = $2; 973 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument 982 t->tag.tagclass = tagclass; in new_tag()
|
| H A D | symbol.h | 108 int tagclass; member
|
| H A D | gen_encode.c | 399 classname(t->tag.tagclass), in encode_type() 401 valuename(t->tag.tagclass, t->tag.tagvalue)); in encode_type()
|
| H A D | asn1parse.c | 88 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype); 2173 (yyval.tag).tagclass = (yyvsp[-2].constant); in yyparse() 2770 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument 2779 t->tag.tagclass = tagclass; in new_tag()
|
| H A D | gen_template.c | 696 classname(t->tag.tagclass), in template_members() 698 valuename(t->tag.tagclass, t->tag.tagvalue), in template_members()
|
| H A D | gen.c | 661 if(t->tag.tagclass != ASN1_C_UNIV) in define_asn1() 663 classnames[t->tag.tagclass], in define_asn1()
|