gnutls_db_check_entry



gnutls_db_check_entry

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_db_check_entry − API function

SYNOPSIS

#include <gnutls/gnutls.h>

int gnutls_db_check_entry(gnutls_session_t session, gnutls_datum_t session_entry);

ARGUMENTS

gnutls_session_t session

is a gnutls_session_t structure.

gnutls_datum_t session_entry

is the session data (not key)

DESCRIPTION

Check if database entry has expired. This function is to be used when you want to clear unnesessary session which occupy space in your backend.

RETURNS

Returns GNUTLS_E_EXPIRED, if the database entry has expired or 0 otherwise.

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/word-list-compress.1.html
word-list-compress(1) word list compressor decompressor for
word-list-compress compresses or decompresses sorted word lists for use with the GNU Aspell spell checker. COMMANDS -c, c, compress compress the plain text word

manpages/snmpconf.1.html
snmpconf(1) - creates and modifies SNMP configuration files
snmpconf is a simple Perl script that walks you through setting up a configuration file step by step. It should be fairly straight forward to use. Merely run it

manpages/acl_from_mode.3.html
acl_from_mode(3) - create an ACL from file permission bits
The acl_from_mode() function creates a minimal ACL that contains the three entries with tag types ACL_USER_OBJ, ACL_GROUP_OBJ, and ACL_OTHER, with permissions c

manpages/fstatvfs.3.html
fstatvfs(3) - get file system statistics - Linux man page...
The function statvfs() returns information about a mounted filesystem. path is the pathname of any file within the mounted filesystem. buf is a pointer to a sta

manpages/nproc.1.html
nproc(1) - print the number of processing units available...
Print the number of processing units available to the current process, which may be less than the number of online processors --all print the number of installe

manpages/Tk_SizeOfBitmap.3.html
Tk_SizeOfBitmap(3) - maintain database of single-plane pixma
These procedures manage a collection of bitmaps (one-plane pixmaps) being used by an application. The procedures allow bitmaps to be re-used efficiently, thereb

manpages/mq_overview.7.html
mq_overview(7) - Overview of POSIX message queues (ManPage)
POSIX message queues allow processes to exchange data in the form of messages. This API is distinct from that provided by System V message queues (msgget(2), ms

manpages/rename.2.html
rename(2) - change the name or location of a file (ManPage)
rename() renames a file, moving it between directories if required. Any other hard links to the file (as created using link(2)) are unaffected. Open file descri

manpages/argz_delete.3.html
argz_delete(3) - functions to handle an argz list (ManPage)
These functions are glibc-specific. An argz vector is a pointer to a character buffer together with a length. The intended interpretation of the character buffe

manpages/XcmsCIELuvQueryMaxL.3.html
XcmsCIELuvQueryMaxL(3) - obtain the CIE L*u*v* coordinates
The XcmsCIELuvQueryMaxC function, given a hue angle and lightness, finds the point of maximum chroma displayable by the screen. It returns this point in CIE L*u

manpages/inotify_init.2.html
inotify_init(2) - initialize an inotify instance (Man Page)
For an overview of the inotify API, see inotify(7). inotify_init() initializes a new inotify instance and returns a file descriptor associated with a new inotif

manpages/kbd.4.html
kbd(4) - Keyboard input driver (Special - Linux man page)...
kbd is an Xorg input driver for keyboards. The driver supports the standard OS-provided keyboard interface, but these are currently only available to this drive





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