Home
last modified time | relevance | path

Searched refs:ERR_remove_state (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DERR_remove_state.pod5 ERR_remove_thread_state, ERR_remove_state - DEPRECATED
13 void ERR_remove_state(unsigned long tid);
23 ERR_remove_state() frees the error queue associated with the specified
30 ERR_remove_state() and ERR_remove_thread_state() return no value.
38 ERR_remove_state() was deprecated in OpenSSL 1.0.0 and
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c528 ERR_remove_state(0); in main()
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c528 ERR_remove_state(0); in main()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h488 OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
H A Derr.h.in477 OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
/freebsd/crypto/openssl/crypto/err/
H A Derr.c661 void ERR_remove_state(unsigned long pid) in ERR_remove_state() function
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtask.c1289 ERR_remove_state(0); in run()
/freebsd/crypto/openssl/doc/
H A Dbuild.info1078 DEPEND[html/man3/ERR_remove_state.html]=man3/ERR_remove_state.pod
1079 GENERATE[html/man3/ERR_remove_state.html]=man3/ERR_remove_state.pod
1080 DEPEND[man/man3/ERR_remove_state.3]=man3/ERR_remove_state.pod
1081 GENERATE[man/man3/ERR_remove_state.3]=man3/ERR_remove_state.pod
3055 html/man3/ERR_remove_state.html \
3663 man/man3/ERR_remove_state.3 \
/freebsd/secure/lib/libcrypto/
H A DVersion.map1391 ERR_remove_state;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile152 MAN+= ERR_remove_state.3
1645 MLINKS+= ERR_remove_state.3 ERR_remove_thread_state.3
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog605 …o sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state() (77ad68a Azat Khuzh…
/freebsd/contrib/libevent/
H A DChangeLog605 …o sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state() (77ad68a Azat Khuzh…
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2685 ERR_remove_state 2744 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_0_0
/freebsd/crypto/openssl/
H A DCHANGES.md9450 Note that ERR_remove_state() is now deprecated, because it is tied
9451 to the assumption that thread IDs are numeric. ERR_remove_state(0)
16529 it in ERR_remove_state if appropriate, and change ERR_get_state
/freebsd/contrib/unbound/doc/
H A DChangelog6058 - ERR_remove_state deprecated since openssl 1.0.0.