Home
last modified time | relevance | path

Searched refs:tagclass (Results 1 – 7 of 7) sorted by relevance

/src/crypto/heimdal/lib/asn1/
H A Dgen_decode.c139 *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 Dasn1parse.y54 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 Dsymbol.h106 int tagclass; member
H A Dgen_encode.c398 classname(t->tag.tagclass), in encode_type()
400 valuename(t->tag.tagclass, t->tag.tagvalue)); in encode_type()
H A Dasn1parse.c268 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 Dgen_template.c639 classname(t->tag.tagclass), in template_members()
641 valuename(t->tag.tagclass, t->tag.tagvalue), in template_members()
H A Dgen.c639 if(t->tag.tagclass != ASN1_C_UNIV) in define_asn1()
641 classnames[t->tag.tagclass], in define_asn1()