Sha256: fc4a605a3e44241d5ebe5c0336ada4add6423a688e98a9c42813d22fbbb86adc

Contents?: true

Size: 1.35 KB

Versions: 5

Compression:

Stored size: 1.35 KB

Contents

.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "asn1_create_element" 3 "1.5" "libtasn1" "libtasn1"
.SH NAME
asn1_create_element \- Creates a structure of type SOURCE_NAME.
.SH SYNOPSIS
.B #include <libtasn1.h>
.sp
.BI "asn1_retCode asn1_create_element(ASN1_TYPE " definitions ", const char * " source_name ", ASN1_TYPE * " element ");"
.SH ARGUMENTS
.IP "ASN1_TYPE definitions" 12
pointer to the structure returned by "parser_asn1" function
.IP "const char * source_name" 12
the name of the type of the new structure (must be
inside p_structure).
.IP "ASN1_TYPE * element" 12
pointer to the structure created.
.SH "DESCRIPTION"
Creates a structure of type \fIsource_name\fP.  Example using
"pkix.asn":

rc = asn1_create_structure(cert_def, "PKIX1.Certificate",
certptr);
.SH "RETURNS"
.SH "ASN1_SUCCESS"
Creation OK.
.SH "ASN1_ELEMENT_NOT_FOUND"
SOURCE_NAME isn't known
.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_create_element.3
glib2-1.1.8-x86-mingw32 vendor/local/share/man/man3/asn1_create_element.3
glib2-1.1.7-x86-mingw32 vendor/local/share/man/man3/asn1_create_element.3
glib2-1.1.6-x86-mingw32 vendor/local/share/man/man3/asn1_create_element.3
glib2-1.1.5-x86-mingw32 vendor/local/share/man/man3/asn1_create_element.3