Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
d04430c9
Commit
d04430c9
authored
Sep 07, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
result of -fall-defs-global
parent
44467434
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
0 deletions
+14
-0
tests/19-param-OK.asn1.-P
tests/19-param-OK.asn1.-P
+1
-0
tests/31-set-of-OK.asn1.-P
tests/31-set-of-OK.asn1.-P
+3
-0
tests/39-sequence-of-OK.asn1.-P
tests/39-sequence-of-OK.asn1.-P
+1
-0
tests/42-real-life-OK.asn1.-PR
tests/42-real-life-OK.asn1.-PR
+6
-0
tests/44-choice-in-sequence-OK.asn1.-P
tests/44-choice-in-sequence-OK.asn1.-P
+3
-0
No files found.
tests/19-param-OK.asn1.-P
View file @
d04430c9
...
...
@@ -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,
...
...
tests/31-set-of-OK.asn1.-P
View file @
d04430c9
...
...
@@ -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,
...
...
tests/39-sequence-of-OK.asn1.-P
View file @
d04430c9
...
...
@@ -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,
...
...
tests/42-real-life-OK.asn1.-PR
View file @
d04430c9
...
...
@@ -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,
...
...
tests/44-choice-in-sequence-OK.asn1.-P
View file @
d04430c9
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment