Commit d04430c9 authored by Lev Walkin's avatar Lev Walkin

result of -fall-defs-global

parent 44467434
......@@ -105,6 +105,7 @@ static asn1_SEQUENCE_specifics_t asn1_DEF_toBeSigned_specs = {
-1, /* Start extensions */
-1 /* Stop extensions */
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_toBeSigned = {
"toBeSigned",
SEQUENCE_constraint,
......
......@@ -201,6 +201,7 @@ static asn1_SET_OF_specifics_t asn1_DEF_trees_specs = {
sizeof(struct trees),
offsetof(struct trees, _ber_dec_ctx),
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_trees = {
"trees",
SET_OF_constraint,
......@@ -242,6 +243,7 @@ static asn1_SEQUENCE_specifics_t asn1_DEF_anything_member_specs = {
0, /* Start extensions */
2 /* Stop extensions */
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_anything_member = {
"",
SEQUENCE_constraint,
......@@ -276,6 +278,7 @@ static asn1_SET_OF_specifics_t asn1_DEF_anything_specs = {
sizeof(struct anything),
offsetof(struct anything, _ber_dec_ctx),
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_anything = {
"anything",
SET_OF_constraint,
......
......@@ -45,6 +45,7 @@ static asn1_SET_OF_specifics_t asn1_DEF_collection_specs = {
sizeof(struct collection),
offsetof(struct collection, _ber_dec_ctx),
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_collection = {
"collection",
SEQUENCE_OF_constraint,
......
......@@ -81,6 +81,7 @@ static asn1_SET_OF_specifics_t asn1_DEF_varsets_specs = {
sizeof(struct varsets),
offsetof(struct varsets, _ber_dec_ctx),
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_varsets = {
"varsets",
SEQUENCE_OF_constraint,
......@@ -222,6 +223,7 @@ static asn1_SET_OF_specifics_t asn1_DEF_vparts_specs = {
sizeof(struct vparts),
offsetof(struct vparts, _ber_dec_ctx),
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_vparts = {
"vparts",
SEQUENCE_OF_constraint,
......@@ -391,6 +393,7 @@ static asn1_SET_OF_specifics_t asn1_DEF_vset_specs = {
sizeof(struct vset),
offsetof(struct vset, _ber_dec_ctx),
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_vset = {
"vset",
SET_OF_constraint,
......@@ -440,6 +443,7 @@ static asn1_SEQUENCE_specifics_t asn1_DEF_vrange_specs = {
1, /* Start extensions */
3 /* Stop extensions */
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_vrange = {
"vrange",
SEQUENCE_constraint,
......@@ -574,6 +578,7 @@ static asn1_SET_OF_specifics_t asn1_DEF_email_specs = {
sizeof(struct email),
offsetof(struct email, _ber_dec_ctx),
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_email = {
"email",
SET_OF_constraint,
......@@ -623,6 +628,7 @@ static asn1_SEQUENCE_specifics_t asn1_DEF_notify_specs = {
1, /* Start extensions */
3 /* Stop extensions */
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_notify = {
"notify",
SEQUENCE_constraint,
......
......@@ -97,6 +97,7 @@ static asn1_CHOICE_specifics_t asn1_DEF_e_specs = {
2, /* Count of tags in the map */
0 /* Whether extensible */
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_e = {
"e",
CHOICE_constraint,
......@@ -143,6 +144,7 @@ static asn1_CHOICE_specifics_t asn1_DEF_h_specs = {
2, /* Count of tags in the map */
0 /* Whether extensible */
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_h = {
"h",
CHOICE_constraint,
......@@ -206,6 +208,7 @@ static asn1_CHOICE_specifics_t asn1_DEF_b_specs = {
5, /* Count of tags in the map */
0 /* Whether extensible */
};
static /* Use -fall-defs-global to expose */
asn1_TYPE_descriptor_t asn1_DEF_b = {
"b",
CHOICE_constraint,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment