1asn1_print_structure(3) libtasn1 asn1_print_structure(3)
2
3
4
6 asn1_print_structure - API function
7
9 #include <libtasn1.h>
10
11 void asn1_print_structure(FILE * out, asn1_node_const structure, const
12 char * name, int mode);
13
15 FILE * out pointer to the output file (e.g. stdout).
16
17 asn1_node_const structure
18 pointer to the structure that you want to visit.
19
20 const char * name
21 an element of the structure
22
23 int mode specify how much of the structure to print, can be
24 ASN1_PRINT_NAME, ASN1_PRINT_NAME_TYPE,
25 ASN1_PRINT_NAME_TYPE_VALUE, or ASN1_PRINT_ALL.
26
28 Prints on the out file descriptor the structure's tree starting from
29 the name element inside the structure structure .
30
32 Copyright © 2006-2022 Free Software Foundation, Inc..
33 Copying and distribution of this file, with or without modification,
34 are permitted in any medium without royalty provided the copyright no‐
35 tice and this notice are preserved.
36
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. As an alternative you
45 may obtain the manual from:
46
47 https://www.gnu.org/software/libtasn1/manual/
48
49libtasn1 4.19.0 asn1_print_structure(3)