gnutls_db_set_store_function



gnutls_db_set_store_function

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_db_set_store_function − API function

SYNOPSIS

#include <gnutls/gnutls.h>

void gnutls_db_set_store_function(gnutls_session_t session, gnutls_db_store_func store_func);

ARGUMENTS

gnutls_session_t session

is a gnutls_session_t structure.

gnutls_db_store_func store_func

is the function

DESCRIPTION

Sets the function that will be used to store data from the resumed sessions database. This function must remove 0 on success.

The first argument to store_func will be null unless gnutls_db_set_ptr() has been called.

REPORTING BUGS

Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/

COPYRIGHT

Copyright © 2008 Free Software Foundation.
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 gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command

info gnutls

should give you access to the complete manual.



More Linux Commands

manpages/tickadj.1.html
tickadj(1) - set time-related kernel variables (Man Page)...
The tickadj program reads, and optionally modifies, several timekeeping-related variables in the running kernel in some machines, via /dev/kmem . The particular

manpages/ip-monitor.8.html
ip-monitor(8) state monitoring (Admin - Linux man page).....
The ip utility can monitor the state of devices, addresses and routes continuously. This option has a slightly different format. Namely, the monitor command is

manpages/sigstack.3.html
sigstack(3) - set and/or get signal stack context (ManPage)
sigaltstack() allows a process to define a new alternate signal stack and/or retrieve the state of an existing alternate signal stack. An alternate signal stack

manpages/perlrepository.1.html
perlrepository(1) Links to current information on the Perl s
Perls source code is stored in a Git repository. See perlhack for an explanation of Perl development, including the Super Quick Patch Guide for making and submi

manpages/rvmtab.8.html
rvmtab(8) (Administration - Linux man page)................
rvmtab will list out the content of /proc/mounts sorted first of all in the reverse order of the parent IDs found in /proc/self/mountinfo and then in a second s

manpages/postfix.1.html
postfix(1) - Postfix control program - Linux manual page....
This command is reserved for the superuser. To submit mail, use the Postfix sendmail(1) command. The postfix(1) command controls the operation of the Postfix ma

manpages/Bootloader::Core::ELILO.3pm.html
Bootloader::Core::ELILO(3pm) - ELILO library for bootloader
$obj_ref = Bootloader::Core::ELILO-&gt;new (); Creates an instance of the Bootloader::Core::ELILO class. First argumetn is old configuration and second is architec

manpages/request-key.8.html
request-key(8) - Handle key instantiation callback requests
This program is invoked by the kernel when the kernel is asked for a key that it doesnt have immediately available. The kernel creates a partially set up key an

manpages/ld-linux.8.html
ld-linux(8) - dynamic linker/loader - Linux manual page.....
The programs ld.so and ld-linux.so* find and load the shared libraries needed by a program, prepare the program to run, and then run it. Linux binaries require

manpages/ExtUtils::MM.3pm.html
ExtUtils::MM(3pm) - OS adjusted ExtUtils::MakeMaker subclass
FOR INTERNAL USE ONLY ExtUtils::MM is a subclass of ExtUtils::MakeMaker which automatically chooses the appropriate OS specific subclass for you (ie. ExtUils::M

manpages/g++-4.6.1.html
g++-4.6(1) - GNU project C and C++ compiler - Linux man page
When you invoke GCC , it normally does preprocessing, compilation, assembly and linking. The overall options allow you to stop this process at an intermediate s

manpages/AutoSplit.3pm.html
AutoSplit(3pm) - split a package for autoloading (Man Page)
This function will split up your program into files that the AutoLoader module can handle. It is used by both the standard perl libraries and by the MakeMaker u





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