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

NAME

6       asn1_delete_element - Deletes the element of a structure.
7

SYNOPSIS

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

ARGUMENTS

15       ASN1_TYPE 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

ASN1_SUCCESS

27       Everything OK.
28

ASN1_ELEMENT_NOT_FOUND

30       The name element was not found.
31
33       Copyright © 2006 Free Software Foundation, Inc..
34       Permission  is  granted  to make and distribute verbatim copies of this
35       manual provided the copyright notice and  this  permission  notice  are
36       preserved on all copies.
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                             0.3.9              asn1_delete_element(3)
Impressum