Home
last modified time | relevance | path

Searched refs:TChoice (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_free.c82 case TChoice: in free_type()
90 if ((t->type == TSequence || t->type == TChoice) && preserve) in free_type()
93 if(t->type == TChoice) in free_type()
104 if(t->type == TChoice) in free_type()
108 t->type == TChoice ? "u." : "", m->gen_name) < 0 || s == NULL) in free_type()
119 if(t->type == TChoice) in free_type()
123 if(t->type == TChoice) { in free_type()
H A Dgen_copy.c83 case TChoice: { in copy_type()
89 if ((t->type == TSequence || t->type == TChoice) && preserve) { in copy_type()
99 if(t->type == TChoice) { in copy_type()
113 if(t->type == TChoice) in copy_type()
118 t->type == TChoice ? "u." : "", m->gen_name) < 0) in copy_type()
124 t->type == TChoice ? "u." : "", m->gen_name) < 0) in copy_type()
141 if(t->type == TChoice) in copy_type()
144 if(t->type == TChoice) { in copy_type()
H A Dgen_length.c135 case TChoice: { in length_type()
141 if(t->type == TChoice) in length_type()
152 if(t->type == TChoice) in length_type()
157 t->type == TChoice ? "u." : "", m->gen_name) < 0 || s == NULL) in length_type()
170 if(t->type == TChoice) in length_type()
173 if(t->type == TChoice) { in length_type()
H A Dgen_decode.c76 case TChoice: in find_tag()
572 case TChoice: { in decode_type()
710 case TChoice: in generate_type_decode()
H A Dsymbol.h46 TChoice, enumerator
H A Dgen_encode.c405 case TChoice:{ in encode_type()
538 case TChoice: in generate_type_encode()
H A Dgen_template.c192 { TChoice, sequence_symbol, 1 },
456 if (t->type == TSequence || t->type == TSet || t->type == TChoice) in is_struct()
746 case TChoice: { in template_members()
H A Dgen.c603 case TChoice: in define_asn1()
609 if(t->type == TChoice) in define_asn1()
902 case TChoice: { in define_type()
H A Dasn1parse.y558 $$ = new_type(TChoice);
H A DChangeLog890 * gen_encode.c (TChoice): add () to make sure variable expression
893 * gen_length.c (TChoice): add () to make sure variable expression
901 * gen_decode.c (decode_type): TChoice: set the label
1633 * gen_encode.c (TChoice, TSequence): code element in reverse
H A Dasn1parse.c2046 (yyval.type) = new_type(TChoice); in yyparse()