1asn1_delete_element(3)             libtasn1             asn1_delete_element(3)
2
3
4

NAME

6       asn1_delete_element - API function
7

SYNOPSIS

9       #include <libtasn1.h>
10
11       int   asn1_delete_element(asn1_node   structure,   const  char  *  ele‐
12       ment_name);
13

ARGUMENTS

15       asn1_node structure
16                   pointer to the structure that contains the element you want
17                   to delete.
18
19       const char * element_name
20                   element's name you want to delete.
21

DESCRIPTION

23       Deletes the element named * element_name inside * structure .
24

RETURNS

26       ASN1_SUCCESS if successful, ASN1_ELEMENT_NOT_FOUND if the  element_name
27       was not found.
28
30       Copyright © 2006-2015 Free Software Foundation, Inc..
31       Copying and distribution of this file, with  or  without  modification,
32       are  permitted  in  any  medium  without royalty provided the copyright
33       notice and this notice are preserved.
34

SEE ALSO

36       The full documentation for libtasn1 is maintained as a Texinfo  manual.
37       If  the info and libtasn1 programs are properly installed at your site,
38       the command
39
40              info libtasn1
41
42       should give you access to the complete manual.  As an  alternative  you
43       may obtain the manual from:
44
45              http://www.gnu.org/software/libtasn1/manual/
46
47libtasn1                            4.16.0              asn1_delete_element(3)
Impressum