Symbol: TChoice
crypto/heimdal/lib/asn1/asn1parse.c
2087
(yyval.type) = new_type(TChoice);
crypto/heimdal/lib/asn1/asn1parse.y
543
$$ = new_type(TChoice);
crypto/heimdal/lib/asn1/gen.c
581
case TChoice:
crypto/heimdal/lib/asn1/gen.c
587
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen.c
880
case TChoice: {
crypto/heimdal/lib/asn1/gen_copy.c
110
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen_copy.c
115
t->type == TChoice ? "u." : "", m->gen_name) < 0)
crypto/heimdal/lib/asn1/gen_copy.c
121
t->type == TChoice ? "u." : "", m->gen_name) < 0)
crypto/heimdal/lib/asn1/gen_copy.c
138
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen_copy.c
141
if(t->type == TChoice) {
crypto/heimdal/lib/asn1/gen_copy.c
80
case TChoice: {
crypto/heimdal/lib/asn1/gen_copy.c
86
if ((t->type == TSequence || t->type == TChoice) && preserve) {
crypto/heimdal/lib/asn1/gen_copy.c
96
if(t->type == TChoice) {
crypto/heimdal/lib/asn1/gen_decode.c
562
case TChoice: {
crypto/heimdal/lib/asn1/gen_decode.c
700
case TChoice:
crypto/heimdal/lib/asn1/gen_decode.c
74
case TChoice:
crypto/heimdal/lib/asn1/gen_encode.c
404
case TChoice:{
crypto/heimdal/lib/asn1/gen_encode.c
537
case TChoice:
crypto/heimdal/lib/asn1/gen_free.c
109
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen_free.c
113
if(t->type == TChoice) {
crypto/heimdal/lib/asn1/gen_free.c
72
case TChoice:
crypto/heimdal/lib/asn1/gen_free.c
80
if ((t->type == TSequence || t->type == TChoice) && preserve)
crypto/heimdal/lib/asn1/gen_free.c
83
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen_free.c
94
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen_free.c
98
t->type == TChoice ? "u." : "", m->gen_name) < 0 || s == NULL)
crypto/heimdal/lib/asn1/gen_length.c
134
case TChoice: {
crypto/heimdal/lib/asn1/gen_length.c
140
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen_length.c
151
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen_length.c
156
t->type == TChoice ? "u." : "", m->gen_name) < 0 || s == NULL)
crypto/heimdal/lib/asn1/gen_length.c
169
if(t->type == TChoice)
crypto/heimdal/lib/asn1/gen_length.c
172
if(t->type == TChoice) {
crypto/heimdal/lib/asn1/gen_template.c
182
{ TChoice, sequence_symbol, 1 },
crypto/heimdal/lib/asn1/gen_template.c
442
if (t->type == TSequence || t->type == TSet || t->type == TChoice)
crypto/heimdal/lib/asn1/gen_template.c
687
case TChoice: {