Home
last modified time | relevance | path

Searched refs:tlocal (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dinitthread.c254 CRYPTO_THREAD_LOCAL *tlocal = OPENSSL_zalloc(sizeof(*tlocal)); in thread_event_ossl_ctx_new() local
256 if (tlocal == NULL) in thread_event_ossl_ctx_new()
259 if (!CRYPTO_THREAD_init_local(tlocal, NULL)) { in thread_event_ossl_ctx_new()
267 if (!CRYPTO_THREAD_set_local(tlocal, hands)) in thread_event_ossl_ctx_new()
270 return tlocal; in thread_event_ossl_ctx_new()
273 OPENSSL_free(tlocal); in thread_event_ossl_ctx_new()
277 static void thread_event_ossl_ctx_free(void *tlocal) in thread_event_ossl_ctx_free() argument
279 OPENSSL_free(tlocal); in thread_event_ossl_ctx_free()
/third_party/openssl/crypto/
H A Dinitthread.c254 CRYPTO_THREAD_LOCAL *tlocal = OPENSSL_zalloc(sizeof(*tlocal)); in thread_event_ossl_ctx_new() local
256 if (tlocal == NULL) in thread_event_ossl_ctx_new()
259 if (!CRYPTO_THREAD_init_local(tlocal, NULL)) { in thread_event_ossl_ctx_new()
267 if (!CRYPTO_THREAD_set_local(tlocal, hands)) in thread_event_ossl_ctx_new()
270 return tlocal; in thread_event_ossl_ctx_new()
273 OPENSSL_free(tlocal); in thread_event_ossl_ctx_new()
277 static void thread_event_ossl_ctx_free(void *tlocal) in thread_event_ossl_ctx_free() argument
279 OPENSSL_free(tlocal); in thread_event_ossl_ctx_free()
/third_party/ltp/testcases/kernel/syscalls/time/
H A Dtime01.c19 time_t tlocal; variable
21 NULL, &tlocal,

Completed in 2 milliseconds