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
a646ccb4
Commit
a646ccb4
authored
Oct 20, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ber_dec -> asn_dec
parent
770f8cf5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
doc/asn1c-usage.html
doc/asn1c-usage.html
+2
-2
doc/asn1c-usage.lyx
doc/asn1c-usage.lyx
+4
-4
doc/asn1c-usage.pdf
doc/asn1c-usage.pdf
+0
-0
No files found.
doc/asn1c-usage.html
View file @
a646ccb4
...
...
@@ -903,7 +903,7 @@ Here is how the buffer can be deserialized into the structure:
Rectangle_t
*
simple_deserializer(const
void
*buffer,
size_t
buf_size)
{
Rectangle_t
*rect
=
0;
/*
Note
this
0!
*/
ber
_dec_rval_t
rval;
asn
_dec_rval_t
rval;
rval
=
asn_DEF_Rectangle-
>
ber_decoder(0,
&
asn_DEF_Rectangle,
...
...
@@ -1022,7 +1022,7 @@ mode continuation feature);
<LI>
... other codes may be defined as well.
</LI>
</UL>
Together with the return code (.code) the
ber
_dec_rval_t type contains
Together with the return code (.code) the
asn
_dec_rval_t type contains
the number of bytes which is consumed from the buffer. In the previous
hypothetical example of two buffers (of 100 and 200 bytes), the first
call to ber_decode() would return with .code = RC_WMORE and .consumed
...
...
doc/asn1c-usage.lyx
View file @
a646ccb4
...
...
@@ -2087,7 +2087,7 @@ simple_deserializer(const void *buffer, size_t buf_size) {
Rectangle_t *rect = 0; /* Note this 0! */
\layout LyX-Code
ber
_dec_rval_t rval;
asn
_dec_rval_t rval;
\layout LyX-Code
...
...
@@ -2279,7 +2279,7 @@ RC_FAIL: General failure to decode the buffer;
other codes may be defined as well.
\layout Standard
Together with the return code (.code) the
ber
_dec_rval_t type contains the
Together with the return code (.code) the
asn
_dec_rval_t type contains the
number of bytes which is consumed from the buffer.
In the previous hypothetical example of two buffers (of 100 and 200 bytes),
the first call to ber_decode() would return with .code = RC_WMORE and .consumed
...
...
@@ -2788,11 +2788,11 @@ The OpenSource ASN.1 Compiler.
\layout Bibliography
\bibitem [Dub00]{Dub00}
Olivier Dubuisson --
Olivier Dubuisson --
-
\emph on
ASN.1 Communication between heterogeneous systems
\emph default
-- Morgan Kaufmann Publishers, 2000.
--
-
Morgan Kaufmann Publishers, 2000.
\begin_inset LatexCommand \htmlurl{http://asn1.elibel.tm.fr/en/book/}
...
...
doc/asn1c-usage.pdf
View file @
a646ccb4
No preview for this file type
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