Searched refs:ERR_STATE (Results 1 – 4 of 4) sorted by relevance
157 } ERR_STATE; typedef188 ERR_STATE *state = statep; in err_state_free()202 static ERR_STATE *err_get_state(void) { in err_get_state()203 ERR_STATE *state = CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_ERR); in err_get_state()205 state = OPENSSL_malloc(sizeof(ERR_STATE)); in err_get_state()209 OPENSSL_memset(state, 0, sizeof(ERR_STATE)); in err_get_state()222 ERR_STATE *state; in get_error_values()328 ERR_STATE *const state = err_get_state(); in ERR_clear_error()620 ERR_STATE *const state = err_get_state(); in err_set_error_data()636 ERR_STATE *const state = err_get_state(); in ERR_put_error()[all …]
28 static void ERR_STATE_free(ERR_STATE *s);282 static void ERR_STATE_free(ERR_STATE *s) in ERR_STATE_free()405 ERR_STATE *es; in ERR_put_error()443 ERR_STATE *es; in ERR_clear_error()508 ERR_STATE *es; in get_error_values()689 ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); in err_delete_thread_state()715 ERR_STATE *ERR_get_state(void) in ERR_get_state()717 ERR_STATE *state; in ERR_get_state()727 if (state == (ERR_STATE*)-1) in ERR_get_state()731 if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE*)-1)) in ERR_get_state()[all …]
51 } ERR_STATE; typedef262 ERR_STATE *ERR_get_state(void);
223 -T ERR_STATE