*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> ERR_remove_state (3)              
Title
Content
Arch
Section
 

ERR_remove_state(3)

Contents


NAME    [Toc]    [Back]

       ERR_remove_state - free a thread's error queue

LIBRARY    [Toc]    [Back]

       libcrypto, -lcrypto

SYNOPSIS    [Toc]    [Back]

        #include <openssl/err.h>

        void ERR_remove_state(unsigned long pid);

DESCRIPTION    [Toc]    [Back]

       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    [Toc]    [Back]

       ERR_remove_state() returns no value.

SEE ALSO    [Toc]    [Back]

      
      
       openssl_err(3)

HISTORY    [Toc]    [Back]

       ERR_remove_state() is available in all versions of SSLeay
       and OpenSSL.



2001-04-12                    0.9.6g          ERR_remove_state(3)
[ Back ]
 Similar pages
Name OS Title
ERR_clear_error Tru64 Clear the error queue
ERR_clear_error OpenBSD clear the error queue
ERR_clear_error NetBSD clear the error queue
ERR_free_strings OpenBSD load and free error strings
ERR_free_strings Tru64 Load and free error strings
ERR_load_crypto_strings OpenBSD load and free error strings
ERR_load_crypto_strings NetBSD load and free error strings
ERR_load_crypto_strings Tru64 Load and free error strings
SSL_load_error_strings OpenBSD load and free error strings
miser_qinfo IRIX query information on miser queues, queue resource status, and list of jobs scheduled against a queue
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service