Searched refs:ERR_remove_state (Results 1 – 15 of 15) sorted by relevance
5 ERR_remove_thread_state, ERR_remove_state - DEPRECATED13 void ERR_remove_state(unsigned long tid);23 ERR_remove_state() frees the error queue associated with the specified30 ERR_remove_state() and ERR_remove_thread_state() return no value.38 ERR_remove_state() was deprecated in OpenSSL 1.0.0 and
528 ERR_remove_state(0); in main()
488 OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
477 OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
661 void ERR_remove_state(unsigned long pid) in ERR_remove_state() function
1289 ERR_remove_state(0); in run()
1078 DEPEND[html/man3/ERR_remove_state.html]=man3/ERR_remove_state.pod1079 GENERATE[html/man3/ERR_remove_state.html]=man3/ERR_remove_state.pod1080 DEPEND[man/man3/ERR_remove_state.3]=man3/ERR_remove_state.pod1081 GENERATE[man/man3/ERR_remove_state.3]=man3/ERR_remove_state.pod3055 html/man3/ERR_remove_state.html \3663 man/man3/ERR_remove_state.3 \
1391 ERR_remove_state;
152 MAN+= ERR_remove_state.31645 MLINKS+= ERR_remove_state.3 ERR_remove_thread_state.3
605 …o sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state() (77ad68a Azat Khuzh…
2685 ERR_remove_state 2744 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_0_0
9450 Note that ERR_remove_state() is now deprecated, because it is tied9451 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
6058 - ERR_remove_state deprecated since openssl 1.0.0.