Searched refs:thread_es (Results 1 – 1 of 1) sorted by relevance
29 ERR_STATE *thread_es; in OSSL_ERR_STATE_save() local38 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() local56 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() local122 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