1asn1_array2tree(3)                 libtasn1                 asn1_array2tree(3)
2
3
4

NAME

6       asn1_array2tree - API function
7

SYNOPSIS

9       #include <libtasn1.h>
10
11       asn1_retCode asn1_array2tree(const ASN1_ARRAY_TYPE * array, ASN1_TYPE *
12       definitions, char * errorDescription);
13

ARGUMENTS

15       const ASN1_ARRAY_TYPE * array
16                   specify the array that contains ASN.1 declarations
17
18       ASN1_TYPE * definitions
19                   return the pointer to the structure created by *ARRAY ASN.1
20                   declarations
21
22       char * errorDescription
23                   return the error description.
24

DESCRIPTION

26       Creates  the  structures needed to manage the ASN.1 definitions.  array
27       is a vector created by asn1_parser2array().
28

RETURNS

31       Copyright © 2006, 2007, 2008,  2009,  2010  Free  Software  Foundation,
32       Inc..
33       Copying  and  distribution  of this file, with or without modification,
34       are permitted in any medium  without  royalty  provided  the  copyright
35       notice and this notice are preserved.
36

SEE ALSO

38       The  full documentation for libtasn1 is maintained as a Texinfo manual.
39       If the info and libtasn1 programs are properly installed at your  site,
40       the command
41
42              info libtasn1
43
44       should give you access to the complete manual.
45
46
47
48libtasn1                              2.7                   asn1_array2tree(3)
Impressum