Sha256: ac2b7e02c19a850c5030512bff728382fa83ac7839df5b1231cae8e9c843eb22
Contents?: true
Size: 1.58 KB
Versions: 5
Compression:
Stored size: 1.58 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "asn1_array2tree" 3 "1.5" "libtasn1" "libtasn1" .SH NAME asn1_array2tree \- Creates the structures needed to manage the ASN1 definitions. .SH SYNOPSIS .B #include <libtasn1.h> .sp .BI "asn1_retCode asn1_array2tree(const ASN1_ARRAY_TYPE * " array ", ASN1_TYPE * " definitions ", char * " errorDescription ");" .SH ARGUMENTS .IP "const ASN1_ARRAY_TYPE * array" 12 specify the array that contains ASN.1 declarations .IP "ASN1_TYPE * definitions" 12 return the pointer to the structure created by *ARRAY ASN.1 declarations .IP "char * errorDescription" 12 return the error description. .SH "DESCRIPTION" Creates the structures needed to manage the ASN.1 definitions. \fIarray\fP is a vector created by \fBasn1_parser2array()\fP. .SH "RETURNS" .SH "ASN1_SUCCESS" Structure created correctly. .SH "ASN1_ELEMENT_NOT_EMPTY" *\fIdefinitions\fP not ASN1_TYPE_EMPTY. .SH "ASN1_IDENTIFIER_NOT_FOUND" In the file there is an identifier that is not defined (see \fIerrorDescription\fP for more information). .SH "ASN1_ARRAY_ERROR" The array pointed by \fIarray\fP is wrong. .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