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,  2010  Free  Software  Foundation,
35       Inc..
36       Copying  and  distribution  of this file, with or without modification,
37       are permitted in any medium  without  royalty  provided  the  copyright
38       notice and this notice are preserved.
39

SEE ALSO

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