Home
last modified time | relevance | path

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

/src/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
/src/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c530 ERR_remove_thread_state(NULL); in main()
/src/contrib/libevent/sample/
H A Dhttps-client.c530 ERR_remove_thread_state(NULL); in main()
/src/crypto/openssl/include/openssl/
H A Derr.h490 OSSL_DEPRECATEDIN_1_1_0 void ERR_remove_thread_state(void *);
H A Derr.h.in479 OSSL_DEPRECATEDIN_1_1_0 void ERR_remove_thread_state(void *);
/src/crypto/openssl/crypto/err/
H A Derr.c656 void ERR_remove_thread_state(void *dummy) in ERR_remove_thread_state() function
/src/secure/lib/libcrypto/
H A DVersion.map1392 ERR_remove_thread_state;
/src/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…
/src/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…
/src/contrib/wpa/src/crypto/
H A Dtls_openssl.c1219 ERR_remove_thread_state(NULL); in tls_deinit()
/src/secure/lib/libcrypto/man/man3/
H A DMakefile1837 MLINKS+= ERR_remove_state.3 ERR_remove_thread_state.3
/src/crypto/openssl/util/
H A Dlibcrypto.num3270 ERR_remove_thread_state 3340 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0
/src/crypto/openssl/
H A DCHANGES.md11107 ERR_remove_thread_state(NULL).