TChoice           430 source4/heimdal/lib/asn1/gen.c     case TChoice:
TChoice           436 source4/heimdal/lib/asn1/gen.c 	if(t->type == TChoice)
TChoice           676 source4/heimdal/lib/asn1/gen.c     case TChoice: {
TChoice            80 source4/heimdal/lib/asn1/gen_copy.c     case TChoice: {
TChoice            86 source4/heimdal/lib/asn1/gen_copy.c 	if ((t->type == TSequence || t->type == TChoice) && preserve) {
TChoice            96 source4/heimdal/lib/asn1/gen_copy.c 	if(t->type == TChoice) {
TChoice           110 source4/heimdal/lib/asn1/gen_copy.c 	    if(t->type == TChoice)
TChoice           115 source4/heimdal/lib/asn1/gen_copy.c 		      t->type == TChoice ? "u." : "", m->gen_name);
TChoice           120 source4/heimdal/lib/asn1/gen_copy.c 		      t->type == TChoice ? "u." : "", m->gen_name);
TChoice           136 source4/heimdal/lib/asn1/gen_copy.c 	    if(t->type == TChoice)
TChoice           139 source4/heimdal/lib/asn1/gen_copy.c 	if(t->type == TChoice) {
TChoice           100 source4/heimdal/lib/asn1/gen_decode.c     case TChoice:
TChoice           545 source4/heimdal/lib/asn1/gen_decode.c     case TChoice: {
TChoice           687 source4/heimdal/lib/asn1/gen_decode.c     case TChoice:
TChoice           402 source4/heimdal/lib/asn1/gen_encode.c     case TChoice:{
TChoice           541 source4/heimdal/lib/asn1/gen_encode.c     case TChoice:
TChoice            72 source4/heimdal/lib/asn1/gen_free.c     case TChoice:
TChoice            80 source4/heimdal/lib/asn1/gen_free.c 	if ((t->type == TSequence || t->type == TChoice) && preserve)
TChoice            83 source4/heimdal/lib/asn1/gen_free.c 	if(t->type == TChoice)
TChoice            94 source4/heimdal/lib/asn1/gen_free.c 	    if(t->type == TChoice)
TChoice            98 source4/heimdal/lib/asn1/gen_free.c 		      t->type == TChoice ? "u." : "", m->gen_name);
TChoice           110 source4/heimdal/lib/asn1/gen_free.c 	    if(t->type == TChoice)
TChoice           114 source4/heimdal/lib/asn1/gen_free.c 	if(t->type == TChoice) {
TChoice           131 source4/heimdal/lib/asn1/gen_length.c     case TChoice: {
TChoice           137 source4/heimdal/lib/asn1/gen_length.c 	if(t->type == TChoice)
TChoice           148 source4/heimdal/lib/asn1/gen_length.c 	    if(t->type == TChoice)
TChoice           153 source4/heimdal/lib/asn1/gen_length.c 		      t->type == TChoice ? "u." : "", m->gen_name);
TChoice           167 source4/heimdal/lib/asn1/gen_length.c 	    if(t->type == TChoice)
TChoice           170 source4/heimdal/lib/asn1/gen_length.c 	if(t->type == TChoice) {
TChoice          2065 source4/heimdal/lib/asn1/parse.c 		  (yyval.type) = new_type(TChoice);
TChoice           526 source4/heimdal/lib/asn1/parse.y 		  $$ = new_type(TChoice);