asn1_copy_node



asn1_copy_node

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
COPYRIGHT
SEE ALSO

NAME

asn1_copy_node − API function

SYNOPSIS

#include <libtasn1.h>

int asn1_copy_node(asn1_node dst, const char * dst_name, asn1_node src, const char * src_name);

ARGUMENTS

asn1_node dst

Destination asn1 node.

const char * dst_name

Field name in destination node.

asn1_node src

Source asn1 node.

const char * src_name

Field name in source node.

DESCRIPTION

Create a deep copy of a asn1_node variable. That function requires dst to be expanded using asn1_create_element().

RETURNS

Return ASN1_SUCCESS on success.

COPYRIGHT

Copyright © 2006-2013 Free Software Foundation, Inc..
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

SEE ALSO

The full documentation for libtasn1 is maintained as a Texinfo manual. If the info and libtasn1 programs are properly installed at your site, the command

info libtasn1

should give you access to the complete manual. As an alternative you may obtain the manual from:

http://www.gnu.org/software/libtasn1/manual/




More Linux Commands

manpages/XtUnrealizeWidget.3.html
XtUnrealizeWidget(3) - realize and unrealize widgets........
If the widget is already realized, XtRealizeWidget simply returns. Otherwise, it performs the following: * Binds all action names in the widgets translation tab

manpages/glMap2d.3gl.html
glMap2d(3gl) - define a two-dimensional evaluator (ManPage)
Evaluators provide a way to use polynomial or rational polynomial mapping to produce vertices, normals, texture coordinates, and colors. The values produced by

manpages/delete.n.html
delete(n) - delete things in the interpreter (Man Page).....
The delete command is used to delete things in the interpreter. It is implemented as an ensemble, so extensions can add their own options and extend the behavio

manpages/getgrgid.3.html
getgrgid(3) - get group file entry - Linux manual page......
The getgrnam() function returns a pointer to a structure containing the broken-out fields of the record in the group database (e.g., the local group file /etc/g

manpages/select_tut.2.html
select_tut(2) - synchronous I/O multiplexing (Man Page).....
select() (or pselect()) is used to efficiently monitor multiple file descriptors, to see if any of them is, or becomes, ready; that is, to see whether I/O becom

manpages/cosl.3.html
cosl(3) - cosine function (Library - Linux man page)........
The cos() function returns the cosine of x, where x is given in radians. RETURN VALUE On success, these functions return the cosine of x. If x is a NaN, a NaN i

manpages/winsertln.3ncurses.html
winsertln(3ncurses) - delete and insert lines in a curses wi
The deleteln and wdeleteln routines delete the line under the cursor in the window; all lines below the current line are moved up one line. The bottom line of t

manpages/XQueryKeymap.3.html
XQueryKeymap(3) - manipulate keyboard settings and keyboard
The XChangeKeyboardControl function controls the keyboard characteristics defined by the XKeyboardControl structure. The value_mask argument specifies which val

manpages/getnetbyaddr.3.html
getnetbyaddr(3) - get network entry - Linux manual page.....
The getnetent() function reads the next entry from the networks database and returns a netent structure containing the broken-out fields from the entry. A conne

manpages/pppd-radius.8.html
pppd-radius(8) - RADIUS authentication plugin for pppd (8)
The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and MS-CHAPv2 authentication against a RADIUS server instead of the usual /etc/ppp/pap-sec

manpages/CPU_OR_S.3.html
CPU_OR_S(3) - macros for manipulating CPU sets (Man Page)...
The cpu_set_t data structure represents a set of CPUs. CPU sets are used by sched_setaffinity(2) and similar interfaces. The cpu_set_t data type is implemented

manpages/Tcl_OpenFileChannel.3.html
Tcl_OpenFileChannel(3) - buffered I/O facilities using chann
The Tcl channel mechanism provides a device-independent and platform-independent mechanism for performing buffered input and output operations on a variety of f





We can't live, work or learn in freedom unless the software we use is free.