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, 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_delete_element(3)
Impressum