1asn1_delete_structure2(3) libtasn1 asn1_delete_structure2(3)
2
3
4
6 asn1_delete_structure2 - API function
7
9 #include <libtasn1.h>
10
11 int asn1_delete_structure2(asn1_node * structure, unsigned int flags);
12
14 asn1_node * structure
15 pointer to the structure that you want to delete.
16
17 unsigned int flags
18 additional flags (see ASN1_DELETE_FLAG)
19
21 Deletes the structure * structure . At the end, * structure is set to
22 NULL.
23
25 ASN1_SUCCESS if successful, ASN1_ELEMENT_NOT_FOUND if * structure was
26 NULL.
27
29 Copyright © 2006-2015 Free Software Foundation, Inc..
30 Copying and distribution of this file, with or without modification,
31 are permitted in any medium without royalty provided the copyright
32 notice and this notice are preserved.
33
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. As an alternative you
42 may obtain the manual from:
43
44 http://www.gnu.org/software/libtasn1/manual/
45
46libtasn1 4.8 asn1_delete_structure2(3)