Sha256: 2dfa33fe1993467c719ac666799839033b0adae84e9ce315a5fd1c114c588939

Contents?: true

Size: 1.93 KB

Versions: 5

Compression:

Stored size: 1.93 KB

Contents

.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "asn1_parser2array" 3 "1.5" "libtasn1" "libtasn1"
.SH NAME
asn1_parser2array \- function that generates a C structure from an ASN1 file
.SH SYNOPSIS
.B #include <libtasn1.h>
.sp
.BI "int asn1_parser2array(const char * " inputFileName ", const char * " outputFileName ", const char * " vectorName ", char * " errorDescription ");"
.SH ARGUMENTS
.IP "const char * inputFileName" 12
specify the path and the name of file that
contains ASN.1 declarations.
.IP "const char * outputFileName" 12
specify the path and the name of file that will
contain the C vector definition.
.IP "const char * vectorName" 12
specify the name of the C vector.
.IP "char * errorDescription" 12
return the error description or an empty
string if success.
.SH "DESCRIPTION"
Creates a file containing a C vector to use to manage the
definitions included in *INPUTFILENAME file. If *INPUTFILENAME is
"/aa/bb/xx.yy" and OUTPUTFILENAME is NULL, the file created is
"/aa/bb/xx_asn1_tab.c".  If VECTORNAME is NULL the vector name
will be "xx_asn1_tab".
.SH "RETURNS"
.SH "ASN1_SUCCESS"
The file has a correct syntax and every identifier
is known.
.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_parser2array.3
glib2-1.1.8-x86-mingw32 vendor/local/share/man/man3/asn1_parser2array.3
glib2-1.1.7-x86-mingw32 vendor/local/share/man/man3/asn1_parser2array.3
glib2-1.1.6-x86-mingw32 vendor/local/share/man/man3/asn1_parser2array.3
glib2-1.1.5-x86-mingw32 vendor/local/share/man/man3/asn1_parser2array.3