HomeSort by: relevance | last modified time | path
    Searched refs:constraint_spec (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
symbol.h 124 struct constraint_spec;
133 struct constraint_spec *constraint;
139 struct constraint_spec { struct
asn1parse.h 259 struct constraint_spec *constraint_spec; member in union:YYSTYPE
asn1parse.y 54 static struct constraint_spec *new_constraint_spec(enum ctype);
86 struct constraint_spec *constraint_spec;
230 %type <constraint_spec> Constraint
231 %type <constraint_spec> ConstraintSpec
232 %type <constraint_spec> GeneralConstraint
233 %type <constraint_spec> ContentsConstraint
234 %type <constraint_spec> UserDefinedConstraint
1021 static struct constraint_spec *
1024 struct constraint_spec *c = ecalloc(1, sizeof(*c))
    [all...]
asn1parse.c 87 static struct constraint_spec *new_constraint_spec(enum ctype);
350 struct constraint_spec *constraint_spec; member in union:YYSTYPE
2103 (yyval.constraint_spec) = (yyvsp[-1].constraint_spec);
2111 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
2112 (yyval.constraint_spec)->u.content.type = (yyvsp[0].type);
2113 (yyval.constraint_spec)->u.content.encoding = NULL;
2123 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
2124 (yyval.constraint_spec)->u.content.type = NULL
    [all...]

Completed in 20 milliseconds