HomeSort by: relevance | last modified time | path
    Searched defs:constraint_spec (Results 1 - 3 of 3) 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.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 28 milliseconds