1asn1_print_structure(3)            libtasn1            asn1_print_structure(3)
2
3
4

NAME

6       asn1_print_structure  -  Prints  on the standard output the structure's
7       tree
8

SYNOPSIS

10       #include <libtasn1.h>
11
12       void asn1_print_structure(FILE * out, ASN1_TYPE structure, const char *
13       name, int mode);
14

ARGUMENTS

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

DESCRIPTION

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, 2007, 2008, 2009 Free Software Foundation, Inc..
34       Copying and distribution of this file, with  or  without  modification,
35       are  permitted  in  any  medium  without royalty provided the copyright
36       notice and this notice are preserved.
37

SEE ALSO

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                              2.3              asn1_print_structure(3)
Impressum