• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/crypto/heimdal/lib/asn1/

Lines Matching refs:type

76     Type *type;
175 %type <constant> SignedNumber
176 %type <constant> Class tagenv
178 %type <value> Value
179 %type <value> BuiltinValue
180 %type <value> IntegerValue
181 %type <value> BooleanValue
182 %type <value> ObjectIdentifierValue
183 %type <value> CharacterStringValue
184 %type <value> NullValue
185 %type <value> DefinedValue
186 %type <value> ReferencedValue
187 %type <value> Valuereference
189 %type <type> Type
190 %type <type> BuiltinType
191 %type <type> BitStringType
192 %type <type> BooleanType
193 %type <type> ChoiceType
194 %type <type> ConstrainedType
195 %type <type> EnumeratedType
196 %type <type> IntegerType
197 %type <type> NullType
198 %type <type> OctetStringType
199 %type <type> SequenceType
200 %type <type> SequenceOfType
201 %type <type> SetType
202 %type <type> SetOfType
203 %type <type> TaggedType
204 %type <type> ReferencedType
205 %type <type> DefinedType
206 %type <type> UsefulType
207 %type <type> ObjectIdentifierType
208 %type <type> CharacterStringType
209 %type <type> RestrictedCharactedStringType
211 %type <tag> Tag
213 %type <member> ComponentType
214 %type <member> NamedBit
215 %type <member> NamedNumber
216 %type <member> NamedType
217 %type <members> ComponentTypeList
218 %type <members> Enumerations
219 %type <members> NamedBitList
220 %type <members> NamedNumberList
222 %type <objid> objid objid_list objid_element objid_opt
223 %type <range> range size
225 %type <sl> referencenames
227 %type <constraint_spec> Constraint
228 %type <constraint_spec> ConstraintSpec
229 %type <constraint_spec> GeneralConstraint
230 %type <constraint_spec> ContentsConstraint
231 %type <constraint_spec> UserDefinedConstraint
323 s->type = $3;
359 if($2->type != integervalue)
361 if($2->type != integervalue)
369 if($2->type != integervalue)
377 if($4->type != integervalue)
385 if($2->type != integervalue)
437 $$->type = NULL;
557 lex_error_message ("%s is not a type\n", $1);
577 /* if (Constraint.type == contentConstrant) {
578 assert(Constraint.u.constraint.type == octetstring|bitstring-w/o-NamedBitList); // remember to check type reference too
579 if (Constraint.u.constraint.type) {
580 assert((Constraint.u.constraint.type.length % 8) == 0);
584 type == der-oid|ber-oid
607 $$->u.content.type = $2;
612 if ($3->type != objectidentifiervalue)
615 $$->u.content.type = NULL;
620 if ($5->type != objectidentifiervalue)
623 $$->u.content.type = $2;
639 if($3->type == TTag && $2 == TE_IMPLICIT) {
773 $$->type = $2;
820 $$->type = NULL;
857 s->value->type != objectidentifiervalue) {
901 $$->type = stringvalue;
909 $$->type = booleanvalue;
915 $$->type = booleanvalue;
923 $$->type = integervalue;
939 $$->type = objectidentifiervalue;
956 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
994 t->type = tt;
1018 if(m->type != NULL)
1019 fix_labels2(m->type, m->label);
1035 fix_labels2(s->type, p);