Home | History | Annotate | Download | only in asn1

Lines Matching defs:Constraint

230 %type <constraint_spec> Constraint
590 ConstrainedType : Type Constraint
592 /* if (Constraint.type == contentConstrant) {
593 assert(Constraint.u.constraint.type == octetstring|bitstring-w/o-NamedBitList); // remember to check type reference too
594 if (Constraint.u.constraint.type) {
595 assert((Constraint.u.constraint.type.length % 8) == 0);
598 if (Constraint.u.constraint.encoding) {
606 Constraint : '(' ConstraintSpec ')'
628 lex_error_message("Non-OID used in ENCODED BY constraint");
636 lex_error_message("Non-OID used in ENCODED BY constraint");