Searched refs:err_thread_local (Results 1 – 1 of 1) sorted by relevance
140 static CRYPTO_THREAD_LOCAL err_thread_local; variable314 CRYPTO_THREAD_cleanup_local(&err_thread_local); in err_cleanup()689 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state()693 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in err_delete_thread_state()712 return CRYPTO_THREAD_init_local(&err_thread_local, NULL); in DEFINE_RUN_ONCE_STATIC()726 state = CRYPTO_THREAD_get_local(&err_thread_local); in ERR_get_state()735 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in ERR_get_state()742 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in ERR_get_state()780 *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_shelve_state()781 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1)) in err_shelve_state()[all …]