1asn1_copy_node(3)                  libtasn1                  asn1_copy_node(3)
2
3
4

NAME

6       asn1_copy_node - API function
7

SYNOPSIS

9       #include <libtasn1.h>
10
11       asn1_retCode  asn1_copy_node(ASN1_TYPE  dst,  const  char  *  dst_name,
12       ASN1_TYPE src, const char * src_name);
13

ARGUMENTS

15       ASN1_TYPE dst
16                   Destination ASN1_TYPE node.
17
18       const char * dst_name
19                   Field name in destination node.
20
21       ASN1_TYPE src
22                   Source ASN1_TYPE node.
23
24       const char * src_name
25                   Field name in source node.
26

DESCRIPTION

28       Create a deep copy of a ASN1_TYPE variable.
29

RETURN VALUE

31       Return ASN1_SUCCESS on success.
32
34       Copyright © 2006, 2007, 2008, 2009 Free Software Foundation, Inc..
35       Copying and distribution of this file, with  or  without  modification,
36       are  permitted  in  any  medium  without royalty provided the copyright
37       notice and this notice are preserved.
38

SEE ALSO

40       The full documentation for libtasn1 is maintained as a Texinfo  manual.
41       If  the info and libtasn1 programs are properly installed at your site,
42       the command
43
44              info libtasn1
45
46       should give you access to the complete manual.
47
48
49
50libtasn1                              2.3                    asn1_copy_node(3)
Impressum