Lines Matching defs:local
93 init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep)
95 THREAD_EVENT_HANDLER **hands = CRYPTO_THREAD_get_local(local);
103 if (!CRYPTO_THREAD_set_local(local, hands)) {
110 CRYPTO_THREAD_set_local(local, NULL);
117 CRYPTO_THREAD_set_local(local, NULL);
223 * currently not possible due to the use of thread local variables.
296 CRYPTO_THREAD_LOCAL *local
300 if (local == NULL)
302 hands = init_get_thread_local(local, 0, 0);
365 CRYPTO_THREAD_LOCAL *local
375 CRYPTO_THREAD_LOCAL *local = &destructor_key.value;
378 hands = init_get_thread_local(local, 1, 0);