Home
last modified time | relevance | path

Searched refs:tagvalue (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y55 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
670 $$.tagvalue = $3;
973 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument
983 t->tag.tagvalue = tagvalue; in new_tag()
H A Dgen_decode.c143 *tag = t->tag.tagvalue; in find_tag()
377 valuename(m->type->tag.tagclass, m->type->tag.tagvalue)); in decode_type()
503 valuename(t->tag.tagclass, t->tag.tagvalue), in decode_type()
H A Dsymbol.h109 int tagvalue; member
H A Dasn1parse.c88 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
2174 (yyval.tag).tagvalue = (yyvsp[-1].constant); in yyparse()
2770 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument
2780 t->tag.tagvalue = tagvalue; in new_tag()
H A Dgen_length.c257 (unsigned long)length_tag(t->tag.tagvalue)); in length_type()
H A Dgen_encode.c401 valuename(t->tag.tagclass, t->tag.tagvalue)); in encode_type()
H A Dgen_template.c698 valuename(t->tag.tagclass, t->tag.tagvalue), in template_members()
H A Dgen.c664 t->tag.tagvalue); in define_asn1()
/netbsd-src/usr.sbin/bootp/common/
H A Dreadfile.c1238 process_generic(char **src, struct shared_bindata **dest, u_int tagvalue) in process_generic() argument
1246 *str++ = (tagvalue & 0xFF); /* Store tag value */ in process_generic()