Home
last modified time | relevance | path

Searched refs:constraint_spec (Results 1 – 10 of 10) sorted by relevance

/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/asn1/
H A Dsymbol.h118 struct constraint_spec;
127 struct constraint_spec *constraint;
132 struct constraint_spec { struct
H A Dasn1parse.c33 static struct constraint_spec *new_constraint_spec(enum ctype);
67 struct constraint_spec *constraint_spec; member
677 static struct constraint_spec *
680 struct constraint_spec *c = ecalloc(1, sizeof(*c)); in new_constraint_spec()
1204 yyval.constraint_spec = yystack.l_mark[-1].constraint_spec; in YYPARSE_DECL()
1209 yyval.constraint_spec = new_constraint_spec(CT_CONTENTS); in YYPARSE_DECL()
1211 yyval.constraint_spec->u.content.encoding = NULL; in YYPARSE_DECL()
1218 yyval.constraint_spec = new_constraint_spec(CT_CONTENTS); in YYPARSE_DECL()
1219 yyval.constraint_spec->u.content.type = NULL; in YYPARSE_DECL()
1227 yyval.constraint_spec = new_constraint_spec(CT_CONTENTS); in YYPARSE_DECL()
[all …]
H A Dasn1parse.y53 static struct constraint_spec *new_constraint_spec(enum ctype);
83 struct constraint_spec *constraint_spec; member
227 %type <constraint_spec> Constraint
228 %type <constraint_spec> ConstraintSpec
229 %type <constraint_spec> GeneralConstraint
230 %type <constraint_spec> ContentsConstraint
231 %type <constraint_spec> UserDefinedConstraint
998 static struct constraint_spec *
1001 struct constraint_spec *c = ecalloc(1, sizeof(*c)); in new_constraint_spec()
H A Dasn1parse.h106 struct constraint_spec *constraint_spec; member
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/asn1/
H A Dsymbol.h116 struct constraint_spec;
125 struct constraint_spec *constraint;
130 struct constraint_spec { struct
H A Dparse.y51 static struct constraint_spec *new_constraint_spec(enum ctype);
77 struct constraint_spec *constraint_spec; member
221 %type <constraint_spec> Constraint
222 %type <constraint_spec> ConstraintSpec
223 %type <constraint_spec> GeneralConstraint
224 %type <constraint_spec> ContentsConstraint
225 %type <constraint_spec> UserDefinedConstraint
931 static struct constraint_spec *
934 struct constraint_spec *c = ecalloc(1, sizeof(*c)); in new_constraint_spec()
H A Dparse.c257 static struct constraint_spec *new_constraint_spec(enum ctype);
303 struct constraint_spec *constraint_spec; member
1837 (yyval.constraint_spec) = (yyvsp[-1].constraint_spec);
1844 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
1845 (yyval.constraint_spec)->u.content.type = (yyvsp[0].type);
1846 (yyval.constraint_spec)->u.content.encoding = NULL;
1855 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
1856 (yyval.constraint_spec)->u.content.type = NULL;
1875 (yyval.constraint_spec) = new_constraint_spec(CT_USER);
2560 static struct constraint_spec *
[all …]
H A Dparse.h227 struct constraint_spec *constraint_spec; member
/dports/textproc/p5-Data-FormValidator/Data-FormValidator-4.88/lib/Data/FormValidator/
H A DResults.pm993 my ($self,$constraint_spec,$untaint_this,$force_method_p) = @_;
998 constraint => $constraint_spec,
1000 $c->{name} = $constraint_spec if not ref $constraint_spec;
1004 … $c->{constraint} = ($constraint_spec->{constraint_method} || $constraint_spec->{constraint});
1005 $c->{name} = $constraint_spec->{name};
1006 $c->{params} = $constraint_spec->{params};
1007 $c->{is_method} = 1 if $constraint_spec->{constraint_method};
1303 for my $constraint_spec (_arrayify($constraint_list)) {
1312 my $c = $self->_constraint_hash_build($constraint_spec,$untaint_this, $force_method_p);
/dports/devel/p5-IO-Prompter/IO-Prompter-0.004015/lib/IO/
H A DPrompter.pm403 my ($option_type, $constraint_spec) = @_;
405 return ("be an acceptable $option_type", $constraint_spec)
406 if ref $constraint_spec;
408 my @constraint_names = split /\s+/, $constraint_spec;