Home
last modified time | relevance | path

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

/openssl/crypto/err/
H A Derr.c144 static CRYPTO_THREAD_LOCAL err_thread_local; variable
236 CRYPTO_THREAD_cleanup_local(&err_thread_local); in err_cleanup()
647 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state()
651 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in err_delete_thread_state()
670 return CRYPTO_THREAD_init_local(&err_thread_local, NULL); in DEFINE_RUN_ONCE_STATIC()
684 state = CRYPTO_THREAD_get_local(&err_thread_local); in ossl_err_get_state_int()
695 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in ossl_err_get_state_int()
702 CRYPTO_THREAD_set_local(&err_thread_local, NULL); in ossl_err_get_state_int()
748 *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_shelve_state()
749 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1)) in err_shelve_state()
[all …]

Completed in 8 milliseconds