1asn1_print_structure(3) libtasn1 asn1_print_structure(3)
2
3
4
6 asn1_print_structure - Prints on the standard output the structure's
7 tree
8
10 #include <libtasn1.h>
11
12 void asn1_print_structure(FILE * out, ASN1_TYPE structure, const char *
13 name, int mode);
14
16 FILE * out pointer to the output file (e.g. stdout).
17
18 ASN1_TYPE structure
19 pointer to the structure that you want to visit.
20
21 const char * name
22 an element of the structure
23
24 int mode specify how much of the structure to print, can be
25 ASN1_PRINT_NAME, ASN1_PRINT_NAME_TYPE,
26 ASN1_PRINT_NAME_TYPE_VALUE, or ASN1_PRINT_ALL.
27
29 Prints on the out file descriptor the structure's tree starting from
30 the name element inside the structure structure.
31
33 Copyright © 2006 Free Software Foundation, Inc..
34 Permission is granted to make and distribute verbatim copies of this
35 manual provided the copyright notice and this permission notice are
36 preserved on all copies.
37
39 The full documentation for libtasn1 is maintained as a Texinfo manual.
40 If the info and libtasn1 programs are properly installed at your site,
41 the command
42
43 info libtasn1
44
45 should give you access to the complete manual.
46
47
48
49libtasn1 0.3.9 asn1_print_structure(3)