Home
last modified time | relevance | path

Searched refs:ASN_STRING_MASK (Results 1 – 7 of 7) sorted by relevance

/dports/lang/asn1c/asn1c-0.9.27/libasn1fix/
H A Dasn1fix_constraint_compat.c43 if(expr_type & ASN_STRING_MASK) in asn1constraint_compatible()
50 if(expr_type & ASN_STRING_MASK) in asn1constraint_compatible()
67 if(expr_type & ASN_STRING_MASK) in asn1constraint_compatible()
99 if(expr_type & ASN_STRING_MASK) in asn1constraint_compatible()
234 if(!(expr_type & ASN_STRING_MASK)) in asn1constraint_default_alphabet()
H A Dasn1fix_compat.c39 if((atype & ASN_STRING_MASK) in asn1f_check_type_compatibility()
40 && (btype & ASN_STRING_MASK)) { in asn1f_check_type_compatibility()
70 if((atype & ASN_STRING_MASK) in asn1f_check_type_compatibility()
71 && (btype & ASN_STRING_MASK)) { in asn1f_check_type_compatibility()
H A Dasn1fix_value.c90 if(!(type_expr->expr_type & ASN_STRING_MASK)) in asn1f_value_resolve()
/dports/lang/asn1c/asn1c-0.9.27/libasn1parser/
H A Dasn1p_expr.h88 #define ASN_STRING_MASK 0x300 /* Every restricted string type */ macro
/dports/lang/asn1c/asn1c-0.9.27/libasn1compiler/
H A Dasn1c_constraint.c89 if(etype & ASN_STRING_MASK) in asn1c_emit_constraint_checking_code()
586 if(etype & ASN_STRING_MASK) { in emit_size_determination_code()
H A Dasn1c_misc.c252 & (ASN_CONSTR_MASK | ASN_BASIC_MASK | ASN_STRING_MASK)) { in asn1c_type_name()
/dports/lang/asn1c/asn1c-0.9.27/asn1c/
H A Dunber.c498 (etype & ASN_STRING_MASK) in print_V()