Symbol: ERR_STATE
crypto/openssl/crypto/err/err.c
203
void OSSL_ERR_STATE_free(ERR_STATE *state)
crypto/openssl/crypto/err/err.c
30
ERR_STATE *ERR_get_state(void);
crypto/openssl/crypto/err/err.c
339
ERR_STATE *es;
crypto/openssl/crypto/err/err.c
452
ERR_STATE *es;
crypto/openssl/crypto/err/err.c
647
ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local);
crypto/openssl/crypto/err/err.c
673
ERR_STATE *ossl_err_get_state_int(void)
crypto/openssl/crypto/err/err.c
675
ERR_STATE *state;
crypto/openssl/crypto/err/err.c
685
if (state == (ERR_STATE *)-1)
crypto/openssl/crypto/err/err.c
689
if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE *)-1))
crypto/openssl/crypto/err/err.c
714
ERR_STATE *ERR_get_state(void)
crypto/openssl/crypto/err/err.c
747
if (!CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE *)-1))
crypto/openssl/crypto/err/err.c
761
CRYPTO_THREAD_set_local(&err_thread_local, (ERR_STATE *)state);
crypto/openssl/crypto/err/err.c
781
ERR_STATE *es;
crypto/openssl/crypto/err/err.c
825
ERR_STATE *es;
crypto/openssl/crypto/err/err.c
882
ERR_STATE *es;
crypto/openssl/crypto/err/err_blocks.c
18
ERR_STATE *es;
crypto/openssl/crypto/err/err_blocks.c
31
ERR_STATE *es;
crypto/openssl/crypto/err/err_blocks.c
51
ERR_STATE *es;
crypto/openssl/crypto/err/err_local.h
14
static ossl_inline void err_get_slot(ERR_STATE *es)
crypto/openssl/crypto/err/err_local.h
21
static ossl_inline void err_clear_data(ERR_STATE *es, size_t i, int deall)
crypto/openssl/crypto/err/err_local.h
40
static ossl_inline void err_set_error(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
48
static ossl_inline void err_set_debug(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
75
static ossl_inline void err_set_data(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
85
static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall)
crypto/openssl/crypto/err/err_local.h
98
ERR_STATE *ossl_err_get_state_int(void);
crypto/openssl/crypto/err/err_mark.c
17
ERR_STATE *es;
crypto/openssl/crypto/err/err_mark.c
31
ERR_STATE *es;
crypto/openssl/crypto/err/err_mark.c
44
ERR_STATE *es;
crypto/openssl/crypto/err/err_mark.c
64
ERR_STATE *es;
crypto/openssl/crypto/err/err_mark.c
83
ERR_STATE *es;
crypto/openssl/crypto/err/err_save.c
113
void OSSL_ERR_STATE_restore(const ERR_STATE *es)
crypto/openssl/crypto/err/err_save.c
116
ERR_STATE *thread_es;
crypto/openssl/crypto/err/err_save.c
21
ERR_STATE *OSSL_ERR_STATE_new(void)
crypto/openssl/crypto/err/err_save.c
23
return CRYPTO_zalloc(sizeof(ERR_STATE), NULL, 0);
crypto/openssl/crypto/err/err_save.c
26
void OSSL_ERR_STATE_save(ERR_STATE *es)
crypto/openssl/crypto/err/err_save.c
29
ERR_STATE *thread_es;
crypto/openssl/crypto/err/err_save.c
46
void OSSL_ERR_STATE_save_to_mark(ERR_STATE *es)
crypto/openssl/crypto/err/err_save.c
50
ERR_STATE *thread_es;
crypto/openssl/include/internal/quic_channel.h
246
ERR_STATE *err_state,
crypto/openssl/include/internal/quic_tls.h
108
ERR_STATE **error_state);
crypto/openssl/include/openssl/err.h
496
OSSL_DEPRECATEDIN_3_0 ERR_STATE *ERR_get_state(void);
crypto/openssl/include/openssl/err.h
507
ERR_STATE *OSSL_ERR_STATE_new(void);
crypto/openssl/include/openssl/err.h
508
void OSSL_ERR_STATE_save(ERR_STATE *es);
crypto/openssl/include/openssl/err.h
509
void OSSL_ERR_STATE_save_to_mark(ERR_STATE *es);
crypto/openssl/include/openssl/err.h
510
void OSSL_ERR_STATE_restore(const ERR_STATE *es);
crypto/openssl/include/openssl/err.h
511
void OSSL_ERR_STATE_free(ERR_STATE *es);
crypto/openssl/ssl/quic/quic_channel.c
2164
ERR_STATE *error_state = NULL;
crypto/openssl/ssl/quic/quic_channel.c
3455
ERR_STATE *err_state,
crypto/openssl/ssl/quic/quic_channel_local.h
462
ERR_STATE *err_state;
crypto/openssl/ssl/quic/quic_port_local.h
87
ERR_STATE *err_state;
crypto/openssl/ssl/quic/quic_tls.c
37
ERR_STATE *error_state;
crypto/openssl/ssl/quic/quic_tls.c
885
ERR_STATE **error_state)
crypto/openssl/test/errtest.c
335
ERR_STATE *es;