Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/asn1/
H A Dgen_free.c72 case TChoice: in free_type()
80 if ((t->type == TSequence || t->type == TChoice) && preserve) in free_type()
83 if(t->type == TChoice) in free_type()
94 if(t->type == TChoice) in free_type()
98 t->type == TChoice ? "u." : "", m->gen_name) < 0 || s == NULL) in free_type()
109 if(t->type == TChoice) in free_type()
113 if(t->type == TChoice) { in free_type()
H A Dgen_copy.c80 case TChoice: { in copy_type()
86 if ((t->type == TSequence || t->type == TChoice) && preserve) { in copy_type()
96 if(t->type == TChoice) { in copy_type()
110 if(t->type == TChoice) in copy_type()
115 t->type == TChoice ? "u." : "", m->gen_name) < 0) in copy_type()
121 t->type == TChoice ? "u." : "", m->gen_name) < 0) in copy_type()
138 if(t->type == TChoice) in copy_type()
141 if(t->type == TChoice) { in copy_type()
H A Dgen_length.c134 case TChoice: { in length_type()
140 if(t->type == TChoice) in length_type()
151 if(t->type == TChoice) in length_type()
156 t->type == TChoice ? "u." : "", m->gen_name) < 0 || s == NULL) in length_type()
169 if(t->type == TChoice) in length_type()
172 if(t->type == TChoice) { in length_type()
H A Dsymbol.h44 TChoice, enumerator
H A Dgen_decode.c74 case TChoice: in find_tag()
562 case TChoice: { in decode_type()
700 case TChoice: in generate_type_decode()
H A Dgen_encode.c404 case TChoice:{ in encode_type()
537 case TChoice: in generate_type_encode()
H A Dgen_template.c182 { TChoice, sequence_symbol, 1 },
442 if (t->type == TSequence || t->type == TSet || t->type == TChoice) in is_struct()
687 case TChoice: { in template_members()
H A Dgen.c581 case TChoice: in define_asn1()
587 if(t->type == TChoice) in define_asn1()
880 case TChoice: { in define_type()
H A Dasn1parse.y543 $$ = 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.c2087 (yyval.type) = new_type(TChoice);