Home
last modified time | relevance | path

Searched refs:new_constraint_spec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y54 static struct constraint_spec *new_constraint_spec(enum ctype);
621 $$ = new_constraint_spec(CT_CONTENTS);
629 $$ = new_constraint_spec(CT_CONTENTS);
637 $$ = new_constraint_spec(CT_CONTENTS);
645 $$ = new_constraint_spec(CT_USER);
1022 new_constraint_spec(enum ctype ct) in new_constraint_spec() function
H A Dasn1parse.c87 static struct constraint_spec *new_constraint_spec(enum ctype);
2111 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS); in yyparse()
2123 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS); in yyparse()
2135 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS); in yyparse()
2145 (yyval.constraint_spec) = new_constraint_spec(CT_USER); in yyparse()
2819 new_constraint_spec(enum ctype ct) in new_constraint_spec() function