Windows PowerShell command on Get-command ERR_remove_state
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man ERR_remove_state

OpenSSL ERR_remove_state(3openssl)

NNNNAAAAMMMMEEEE

ERR_remove_state - free a thread's error queue

SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS

#include

void ERR_remove_state(unsigned long pid);

DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN

ERR_remove_state() frees the error queue associated with

thread ppppiiiidddd. If ppppiiiidddd == 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. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE

ERR_remove_state() returns no value.

SSSSEEEEEEEE AAAALLLLSSSSOOOO err(3) HHHHIIIISSSSTTTTOOOORRRRYYYY

ERR_remove_state() is available in all versions of SSLeay

and OpenSSL.

19/May/2000 Last change: 0.9.8o 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™