Home
last modified time | relevance | path

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

/dports/lang/asn1c/asn1c-0.9.27/libasn1fix/
H A Dasn1fix_constr.c16 case ASN_CONSTR_SET: in asn1f_pull_components_of()
48 expr->expr_type==ASN_CONSTR_SET in asn1f_pull_components_of()
102 case ASN_CONSTR_SET: in asn1f_fix_constr_ext()
202 case ASN_CONSTR_SET: in asn1f_fix_constr_tag()
290 case ASN_CONSTR_SET: in asn1f_fix_constr_autotag()
336 case ASN_CONSTR_SET: in asn1f_check_constr_tags_distinct()
H A Dasn1fix_constraint_compat.c82 case ASN_CONSTR_SET: in asn1constraint_compatible()
H A Dasn1fix.c380 case ASN_CONSTR_SET: in asn1f_fix_constructed()
/dports/lang/asn1c/asn1c-0.9.27/libasn1parser/
H A Dasn1p_expr2uclass.h25 [ ASN_CONSTR_SET ] = 17,
62 [ 17 ] = ASN_CONSTR_SET, /* Or SET OF */
H A Dasn1p_expr_str.h15 [ ASN_CONSTR_SET ] = "SET",
H A Dasn1p_expr.h59 ASN_CONSTR_SET, /* SET */ enumerator
H A Dasn1p_y.y1280 $$->expr_type = ASN_CONSTR_SET;
H A Dasn1p_y.c3394 (yyval.a_expr)->expr_type = ASN_CONSTR_SET;
/dports/lang/asn1c/asn1c-0.9.27/libasn1print/
H A Dasn1print.c844 || expr->expr_type == ASN_CONSTR_SET in asn1print_expr_dtd()
867 if(expr->expr_type != ASN_CONSTR_SET in asn1print_expr_dtd()
886 if(expr->expr_type != ASN_CONSTR_SET in asn1print_expr_dtd()
894 if(expr->expr_type == ASN_CONSTR_SET) in asn1print_expr_dtd()
902 case ASN_CONSTR_SET: in asn1print_expr_dtd()
/dports/lang/asn1c/asn1c-0.9.27/libasn1compiler/
H A Dasn1c_C.h29 { AMT_TYPE, ASN_CONSTR_SET, asn1c_lang_C_type_SET },