1asn1_delete_structure(3)           libtasn1           asn1_delete_structure(3)
2
3
4

NAME

6       asn1_delete_structure - Deletes the structure pointed by *ROOT.
7

SYNOPSIS

9       #include <libtasn1.h>
10
11       asn1_retCode asn1_delete_structure(ASN1_TYPE * structure);
12

ARGUMENTS

14       ASN1_TYPE * structure
15                   pointer to the structure that you want to delete.
16

DESCRIPTION

18       Deletes  the  structure  *structure.   At the end, *structure is set to
19       ASN1_TYPE_EMPTY.
20

RETURNS

ASN1_SUCCESS

23       Everything OK.
24

ASN1_ELEMENT_NOT_FOUND

26       *structure was ASN1_TYPE_EMPTY.
27
29       Copyright © 2006 Free Software Foundation, Inc..
30       Permission is granted to make and distribute verbatim  copies  of  this
31       manual  provided  the  copyright  notice and this permission notice are
32       preserved on all copies.
33

SEE ALSO

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