Home
last modified time | relevance | path

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

/openssl/crypto/err/
H A Derr_save.c29 ERR_STATE *thread_es; in OSSL_ERR_STATE_save() local
38 if (thread_es == NULL) in OSSL_ERR_STATE_save()
43 memset(thread_es, 0, sizeof(*thread_es)); in OSSL_ERR_STATE_save()
50 ERR_STATE *thread_es; in OSSL_ERR_STATE_save_to_mark() local
56 if (thread_es == NULL) { in OSSL_ERR_STATE_save_to_mark()
66 thread_es->bottom != top in OSSL_ERR_STATE_save_to_mark()
99 thread_es->top = top; in OSSL_ERR_STATE_save_to_mark()
116 ERR_STATE *thread_es; in OSSL_ERR_STATE_restore() local
122 if (thread_es == NULL) in OSSL_ERR_STATE_restore()
132 err_get_slot(thread_es); in OSSL_ERR_STATE_restore()
[all …]

Completed in 4 milliseconds