Searched refs:thread_es (Results 1 – 1 of 1) sorted by relevance
29 ERR_STATE *thread_es; in OSSL_ERR_STATE_save() local37 thread_es = ossl_err_get_state_int(); in OSSL_ERR_STATE_save()38 if (thread_es == NULL) in OSSL_ERR_STATE_save()41 memcpy(es, thread_es, sizeof(*es)); 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() local55 thread_es = ossl_err_get_state_int(); in OSSL_ERR_STATE_save_to_mark()56 if (thread_es == NULL) { in OSSL_ERR_STATE_save_to_mark()65 for (count = 0, top = thread_es->top; in OSSL_ERR_STATE_save_to_mark()66 thread_es->bottom != top in OSSL_ERR_STATE_save_to_mark()[all …]