Sha256: 46f3196f885b187b7195dc9813027b8be909fedac29a2a7b88899508ac8f7d4f

Contents?: true

Size: 1.69 KB

Versions: 5

Compression:

Stored size: 1.69 KB

Contents

.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "asn1_parser2tree" 3 "1.5" "libtasn1" "libtasn1"
.SH NAME
asn1_parser2tree \- function used to start the parse algorithm.
.SH SYNOPSIS
.B #include <libtasn1.h>
.sp
.BI "asn1_retCode asn1_parser2tree(const char * " file_name ", ASN1_TYPE * " definitions ", char * " errorDescription ");"
.SH ARGUMENTS
.IP "const char * file_name" 12
specify the path and the name of file that contains
ASN.1 declarations.
.IP "ASN1_TYPE * definitions" 12
return the pointer to the structure created from
"file_name" ASN.1 declarations.
.IP "char * errorDescription" 12
return the error description or an empty
string if success.
.SH "DESCRIPTION"
Creates the structures needed to manage the definitions included
in *FILE_NAME file.
.SH "RETURNS"
.SH "ASN1_SUCCESS"
The file has a correct syntax and every identifier
is known.
.SH "ASN1_ELEMENT_NOT_EMPTY"
*POINTER not ASN1_TYPE_EMPTY.
.SH "ASN1_FILE_NOT_FOUND"
An error occured while opening FILE_NAME.
.SH "ASN1_SYNTAX_ERROR"
The syntax is not correct.
.SH "ASN1_IDENTIFIER_NOT_FOUND"
In the file there is an identifier that
is not defined.
.SH "ASN1_NAME_TOO_LONG"
In the file there is an identifier whith more
than MAX_NAME_SIZE characters.
.SH COPYRIGHT
Copyright \(co 2006, 2007, 2008 Free Software Foundation, Inc..
.br
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
.SH "SEE ALSO"
The full documentation for
.B libtasn1
is maintained as a Texinfo manual.  If the
.B info
and
.B libtasn1
programs are properly installed at your site, the command
.IP
.B info libtasn1
.PP
should give you access to the complete manual.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
glib2-1.1.9-x86-mingw32 vendor/local/share/man/man3/asn1_parser2tree.3
glib2-1.1.8-x86-mingw32 vendor/local/share/man/man3/asn1_parser2tree.3
glib2-1.1.7-x86-mingw32 vendor/local/share/man/man3/asn1_parser2tree.3
glib2-1.1.6-x86-mingw32 vendor/local/share/man/man3/asn1_parser2tree.3
glib2-1.1.5-x86-mingw32 vendor/local/share/man/man3/asn1_parser2tree.3