Searched refs:constraint_spec (Results 1 – 4 of 4) sorted by relevance
124 struct constraint_spec;133 struct constraint_spec *constraint;139 struct constraint_spec { struct
54 static struct constraint_spec *new_constraint_spec(enum ctype);86 struct constraint_spec *constraint_spec; member230 %type <constraint_spec> Constraint231 %type <constraint_spec> ConstraintSpec232 %type <constraint_spec> GeneralConstraint233 %type <constraint_spec> ContentsConstraint234 %type <constraint_spec> UserDefinedConstraint1021 static struct constraint_spec *1024 struct constraint_spec *c = ecalloc(1, sizeof(*c)); in new_constraint_spec()
87 static struct constraint_spec *new_constraint_spec(enum ctype);350 struct constraint_spec *constraint_spec; member2103 (yyval.constraint_spec) = (yyvsp[-1].constraint_spec); in yyparse()2111 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS); in yyparse()2112 (yyval.constraint_spec)->u.content.type = (yyvsp[0].type); in yyparse()2113 (yyval.constraint_spec)->u.content.encoding = NULL; in yyparse()2123 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS); in yyparse()2124 (yyval.constraint_spec)->u.content.type = NULL; in yyparse()2125 (yyval.constraint_spec)->u.content.encoding = (yyvsp[0].value); in yyparse()2135 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS); in yyparse()[all …]
259 struct constraint_spec *constraint_spec; member