Searched refs:tagclass (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/heimdal/lib/asn1/ |
| H A D | gen_decode.c | 139 *cl = t->tag.tagclass; in find_tag() 365 classname(m->type->tag.tagclass), in decode_type() 367 valuename(m->type->tag.tagclass, m->type->tag.tagvalue)); in decode_type() 491 classname(t->tag.tagclass), in decode_type() 493 valuename(t->tag.tagclass, t->tag.tagvalue), in decode_type()
|
| H A D | asn1parse.y | 54 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype); 649 $$.tagclass = $2; 953 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument 962 t->tag.tagclass = tagclass; in new_tag()
|
| H A D | symbol.h | 106 int tagclass; member
|
| H A D | gen_encode.c | 398 classname(t->tag.tagclass), in encode_type() 400 valuename(t->tag.tagclass, t->tag.tagvalue)); in encode_type()
|
| H A D | asn1parse.c | 268 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype); 2198 (yyval.tag).tagclass = (yyvsp[(2) - (4)].constant); 2776 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument 2785 t->tag.tagclass = tagclass; in new_tag()
|
| H A D | gen_template.c | 639 classname(t->tag.tagclass), in template_members() 641 valuename(t->tag.tagclass, t->tag.tagvalue), in template_members()
|
| H A D | gen.c | 639 if(t->tag.tagclass != ASN1_C_UNIV) in define_asn1() 641 classnames[t->tag.tagclass], in define_asn1()
|