Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.y53 static struct constraint_spec *new_constraint_spec(enum ctype);
606 $$ = new_constraint_spec(CT_CONTENTS);
614 $$ = new_constraint_spec(CT_CONTENTS);
622 $$ = new_constraint_spec(CT_CONTENTS);
630 $$ = new_constraint_spec(CT_USER);
999 new_constraint_spec(enum ctype ct) in new_constraint_spec() function
H A Dasn1parse.c267 static struct constraint_spec *new_constraint_spec(enum ctype);
2146 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
2157 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
2168 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
2177 (yyval.constraint_spec) = new_constraint_spec(CT_USER);
2822 new_constraint_spec(enum ctype ct) in new_constraint_spec() function