*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ERR_remove_state | Section: 3 | Source: MINIX | File: ERR_remove_state.3
ERR_remove_state(3) OpenSSL ERR_remove_state(3) NAME ERR_remove_state - free a thread's error queue LIBRARY libcrypto, -lcrypto SYNOPSIS #include <openssl/err.h> void ERR_remove_state(unsigned long pid); DESCRIPTION ERR_remove_state() frees the error queue associated with thread pid. If pid == 0, the current thread will have its error queue removed. Since error queue data structures are allocated automatically for new threads, they must be freed when threads are terminated in order to avoid memory leaks. RETURN VALUE ERR_remove_state() returns no value. SEE ALSO openssl_err(3) HISTORY ERR_remove_state() is available in all versions of SSLeay and OpenSSL. 1.0.1n 2009-07-19 ERR_remove_state(3)

Navigation Options