Home
last modified time | relevance | path

Searched refs:ERR_remove_thread_state (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DERR_remove_state.pod5 ERR_remove_thread_state, ERR_remove_state - DEPRECATED
19 void ERR_remove_thread_state(void *tid);
25 ERR_remove_thread_state() does the same thing, except the identifier is
30 ERR_remove_state() and ERR_remove_thread_state() return no value.
39 ERR_remove_thread_state() was deprecated in OpenSSL 1.1.0; these functions
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c530 ERR_remove_thread_state(NULL); in main()
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c530 ERR_remove_thread_state(NULL); in main()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h485 OSSL_DEPRECATEDIN_1_1_0 void ERR_remove_thread_state(void *);
H A Derr.h.in474 OSSL_DEPRECATEDIN_1_1_0 void ERR_remove_thread_state(void *);
/freebsd/crypto/openssl/crypto/err/
H A Derr.c655 void ERR_remove_thread_state(void *dummy) in ERR_remove_thread_state() function
/freebsd/secure/lib/libcrypto/
H A DVersion.map1392 ERR_remove_thread_state;
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog604 o sample/https-client: check for ERR_remove_thread_state() existence (c4e9d9b Azat Khuzhin)
605 …o sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state() (77ad68a Azat Khuzh…
/freebsd/contrib/libevent/
H A DChangeLog604 o sample/https-client: check for ERR_remove_thread_state() existence (c4e9d9b Azat Khuzhin)
605 …o sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state() (77ad68a Azat Khuzh…
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c1219 ERR_remove_thread_state(NULL); in tls_deinit()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1645 MLINKS+= ERR_remove_state.3 ERR_remove_thread_state.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3270 ERR_remove_thread_state 3340 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0
/freebsd/crypto/openssl/
H A DCHANGES.md9453 ERR_remove_thread_state(NULL).