1asn1_copy_node(3) libtasn1 asn1_copy_node(3)
2
3
4
6 asn1_copy_node - API function
7
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
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
28 Create a deep copy of a ASN1_TYPE variable.
29
31 Return ASN1_SUCCESS on success.
32
34 Copyright © 2006 Free Software Foundation, Inc..
35 Permission is granted to make and distribute verbatim copies of this
36 manual provided the copyright notice and this permission notice are
37 preserved on all copies.
38
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 0.3.9 asn1_copy_node(3)