Symbol: CRYPTO_THREAD_set_local
crypto/openssl/crypto/async/async.c
397
if (!CRYPTO_THREAD_set_local(&poolkey, pool)) {
crypto/openssl/crypto/async/async.c
418
CRYPTO_THREAD_set_local(&poolkey, NULL);
crypto/openssl/crypto/async/async.c
49
if (!CRYPTO_THREAD_set_local(&ctxkey, nctx))
crypto/openssl/crypto/async/async.c
70
if (!CRYPTO_THREAD_set_local(&ctxkey, NULL))
crypto/openssl/crypto/context.c
440
return CRYPTO_THREAD_set_local(&default_context_thread_local, defctx);
crypto/openssl/crypto/err/err.c
651
CRYPTO_THREAD_set_local(&err_thread_local, NULL);
crypto/openssl/crypto/err/err.c
689
if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE *)-1))
crypto/openssl/crypto/err/err.c
694
CRYPTO_THREAD_set_local(&err_thread_local, NULL);
crypto/openssl/crypto/err/err.c
699
|| !CRYPTO_THREAD_set_local(&err_thread_local, state)) {
crypto/openssl/crypto/err/err.c
701
CRYPTO_THREAD_set_local(&err_thread_local, NULL);
crypto/openssl/crypto/err/err.c
747
if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE *)-1))
crypto/openssl/crypto/err/err.c
761
CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE *)state);
crypto/openssl/crypto/init.c
628
if (!CRYPTO_THREAD_set_local(&in_init_config_local, (void *)-1))
crypto/openssl/crypto/initthread.c
104
if (!CRYPTO_THREAD_set_local(local, hands)) {
crypto/openssl/crypto/initthread.c
111
CRYPTO_THREAD_set_local(local, NULL);
crypto/openssl/crypto/initthread.c
118
CRYPTO_THREAD_set_local(local, NULL);
crypto/openssl/crypto/initthread.c
303
if (!CRYPTO_THREAD_set_local(tlocal, hands))
crypto/openssl/crypto/rand/rand_lib.c
601
CRYPTO_THREAD_set_local(&dgbl->public, NULL);
crypto/openssl/crypto/rand/rand_lib.c
605
CRYPTO_THREAD_set_local(&dgbl->private, NULL);
crypto/openssl/crypto/rand/rand_lib.c
867
CRYPTO_THREAD_set_local(&dgbl->public, rand);
crypto/openssl/crypto/rand/rand_lib.c
906
CRYPTO_THREAD_set_local(&dgbl->private, rand);
crypto/openssl/crypto/rand/rand_lib.c
943
if ((r = CRYPTO_THREAD_set_local(&dgbl->public, rand)) > 0)
crypto/openssl/crypto/rand/rand_lib.c
957
if ((r = CRYPTO_THREAD_set_local(&dgbl->private, rand)) > 0)
crypto/openssl/crypto/threads_pthread.c
302
CRYPTO_THREAD_set_local(lkey, NULL);
crypto/openssl/crypto/threads_pthread.c
320
CRYPTO_THREAD_set_local(lkey, data);
crypto/openssl/crypto/threads_win.c
225
CRYPTO_THREAD_set_local(lkey, NULL);
crypto/openssl/crypto/threads_win.c
244
CRYPTO_THREAD_set_local(lkey, data);
crypto/openssl/include/openssl/crypto.h
563
int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
crypto/openssl/test/radix/quic_bindings.c
570
if (!TEST_true(CRYPTO_THREAD_set_local(&radix_thread, rt)))
crypto/openssl/test/radix/quic_bindings.c
585
if (!TEST_true(CRYPTO_THREAD_set_local(&radix_thread, NULL)))
crypto/openssl/test/testutil/basic_output.c
64
if (!CRYPTO_THREAD_set_local(&local_test_data, p)) {
crypto/openssl/test/testutil/basic_output.c
84
CRYPTO_THREAD_set_local(&local_test_data, NULL);
crypto/openssl/test/threadstest.c
555
|| !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key,
crypto/openssl/test/threadstest.c
613
if (!TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, &dummy)))