asn1_delete_structure2



asn1_delete_structure2

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
COPYRIGHT
SEE ALSO

NAME

asn1_delete_structure2 − API function

SYNOPSIS

#include <libtasn1.h>

int asn1_delete_structure2(asn1_node * structure, unsigned int flags);

ARGUMENTS

asn1_node * structure

pointer to the structure that you want to delete.

unsigned int flags

additional flags (see ASN1_DELETE_FLAG)

DESCRIPTION

Deletes the structure * structure . At the end, * structure is set to NULL.

RETURNS

ASN1_SUCCESS if successful, ASN1_ELEMENT_NOT_FOUND if * structure was NULL.

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/curl_multi_perform.3.html
curl_multi_perform(3) - reads/writes available data from eac
When the app thinks theres data available for the multi_handle, it should call this function to read/write whatever there is to read or write right now. curl_mu

manpages/slk_attrset_sp.3ncurses.html
slk_attrset_sp(3ncurses) - curses screen-pointer extension
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/Win32::DBIODBC.3pm.html
Win32::DBIODBC(3pm) - Win32::ODBC emulation layer for the DB
This is a very basic very alpha quality Win32::ODBC emulation for the DBI . To use it just replace use Win32::ODBC; in your scripts with use Win32::DBIODBC; or,

manpages/mcedit.1.html
mcedit(1) - Internal file editor of GNU Midnight Commander.
mcedit is a link to mc, the main GNU Midnight Commander executable. Executing GNU Midnight Commander under this name requests staring the internal editor and op

manpages/mandb.8.html
mandb(8) - create or update the manual page index caches....
mandb is used to initialise or manually update index database caches that are usually maintained by man. The caches contain information relevant to the current

manpages/splain.1.html
splain(1) - produce verbose warning diagnostics (Man Page)
splain.1 - The diagnostics Pragma This module extends the terse diagnostics normally emitted by both the perl compiler and the perl interpreter (from running pe

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

manpages/gnutls_handshake_get_last_out.3.html
gnutls_handshake_get_last_out(3) - API function (Man Page)
gnutls_handshake_get_last_out.3 - This function is only useful to check where the last performed handshake failed. If the previous handshake succeed or was not

manpages/isxdigit_l.3.html
isxdigit_l(3) character classification functions (Man Page)
These functions check whether c, which must have the value of an unsigned char or EOF, falls into a certain character class according to the specified locale. T

manpages/curl_share_setopt.3.html
curl_share_setopt(3) - Set options for a shared object......
Set the option to parameter for the given share. OPTIONS CURLSHOPT_LOCKFUNC The parameter must be a pointer to a function matching the following prototype: void

manpages/gnutls_pubkey_set_key_usage.3.html
gnutls_pubkey_set_key_usage(3) - API function (Man Page)....
This function will set the key usage flags of the public key. This is only useful if the key is to be exported to a certificate or certificate request. RETURNS

manpages/get_module_node.3.html
get_module_node(3) - netsnmp_mib_api functions (Man Page)...
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc





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