Symbol: ERR_STATE
crypto/libressl/crypto/err/err.c
1027
ERR_STATE tmp;
crypto/libressl/crypto/err/err.c
1047
ERR_STATE *
crypto/libressl/crypto/err/err.c
1050
static ERR_STATE fallback;
crypto/libressl/crypto/err/err.c
1051
ERR_STATE *ret, tmp, *tmpp = NULL;
crypto/libressl/crypto/err/err.c
1062
ret = malloc(sizeof(ERR_STATE));
crypto/libressl/crypto/err/err.c
1096
ERR_STATE *es;
crypto/libressl/crypto/err/err.c
1158
ERR_STATE *es;
crypto/libressl/crypto/err/err.c
1171
ERR_STATE *es;
crypto/libressl/crypto/err/err.c
1192
ERR_STATE *es;
crypto/libressl/crypto/err/err.c
126
DECLARE_LHASH_OF(ERR_STATE);
crypto/libressl/crypto/err/err.c
130
static void ERR_STATE_free(ERR_STATE *s);
crypto/libressl/crypto/err/err.c
234
LHASH_OF(ERR_STATE) *(*cb_thread_get)(int create);
crypto/libressl/crypto/err/err.c
235
void (*cb_thread_release)(LHASH_OF(ERR_STATE) **hash);
crypto/libressl/crypto/err/err.c
236
ERR_STATE *(*cb_thread_get_item)(const ERR_STATE *);
crypto/libressl/crypto/err/err.c
237
ERR_STATE *(*cb_thread_set_item)(ERR_STATE *);
crypto/libressl/crypto/err/err.c
238
void (*cb_thread_del_item)(const ERR_STATE *);
crypto/libressl/crypto/err/err.c
249
static LHASH_OF(ERR_STATE) *int_thread_get(int create);
crypto/libressl/crypto/err/err.c
250
static void int_thread_release(LHASH_OF(ERR_STATE) **hash);
crypto/libressl/crypto/err/err.c
251
static ERR_STATE *int_thread_get_item(const ERR_STATE *);
crypto/libressl/crypto/err/err.c
252
static ERR_STATE *int_thread_set_item(ERR_STATE *);
crypto/libressl/crypto/err/err.c
253
static void int_thread_del_item(const ERR_STATE *);
crypto/libressl/crypto/err/err.c
283
static LHASH_OF(ERR_STATE) *int_thread_hash = NULL;
crypto/libressl/crypto/err/err.c
438
err_state_hash(const ERR_STATE *a)
crypto/libressl/crypto/err/err.c
442
static IMPLEMENT_LHASH_HASH_FN(err_state, ERR_STATE)
crypto/libressl/crypto/err/err.c
445
err_state_cmp(const ERR_STATE *a, const ERR_STATE *b)
crypto/libressl/crypto/err/err.c
449
static IMPLEMENT_LHASH_COMP_FN(err_state, ERR_STATE)
crypto/libressl/crypto/err/err.c
452
LHASH_OF(ERR_STATE) *int_thread_get(int create)
crypto/libressl/crypto/err/err.c
454
LHASH_OF(ERR_STATE) *ret = NULL;
crypto/libressl/crypto/err/err.c
471
int_thread_release(LHASH_OF(ERR_STATE) **hash)
crypto/libressl/crypto/err/err.c
485
static ERR_STATE *
crypto/libressl/crypto/err/err.c
486
int_thread_get_item(const ERR_STATE *d)
crypto/libressl/crypto/err/err.c
488
ERR_STATE *p;
crypto/libressl/crypto/err/err.c
489
LHASH_OF(ERR_STATE) *hash;
crypto/libressl/crypto/err/err.c
504
static ERR_STATE *
crypto/libressl/crypto/err/err.c
505
int_thread_set_item(ERR_STATE *d)
crypto/libressl/crypto/err/err.c
507
ERR_STATE *p;
crypto/libressl/crypto/err/err.c
508
LHASH_OF(ERR_STATE) *hash;
crypto/libressl/crypto/err/err.c
524
int_thread_del_item(const ERR_STATE *d)
crypto/libressl/crypto/err/err.c
526
ERR_STATE *p;
crypto/libressl/crypto/err/err.c
527
LHASH_OF(ERR_STATE) *hash;
crypto/libressl/crypto/err/err.c
643
ERR_STATE_free(ERR_STATE *s)
crypto/libressl/crypto/err/err.c
732
ERR_STATE *es;
crypto/libressl/crypto/err/err.c
752
ERR_STATE *es;
crypto/libressl/crypto/err/err.c
826
ERR_STATE *es;
crypto/libressl/crypto/err/err.c
963
LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void)
crypto/libressl/crypto/err/err.c
970
ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash)
crypto/libressl/include/openssl/err.h
401
ERR_STATE *ERR_get_state(void);
crypto/libressl/include/openssl/err.h
405
LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void);
crypto/libressl/include/openssl/err.h
406
void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash);
crypto/libressl/include/openssl/safestack.h
2088
#define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state)
crypto/libressl/include/openssl/safestack.h
2089
#define lh_ERR_STATE_insert(lh,inst) LHM_lh_insert(ERR_STATE,lh,inst)
crypto/libressl/include/openssl/safestack.h
2090
#define lh_ERR_STATE_retrieve(lh,inst) LHM_lh_retrieve(ERR_STATE,lh,inst)
crypto/libressl/include/openssl/safestack.h
2091
#define lh_ERR_STATE_delete(lh,inst) LHM_lh_delete(ERR_STATE,lh,inst)
crypto/libressl/include/openssl/safestack.h
2092
#define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn)
crypto/libressl/include/openssl/safestack.h
2094
LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
crypto/libressl/include/openssl/safestack.h
2095
#define lh_ERR_STATE_error(lh) LHM_lh_error(ERR_STATE,lh)
crypto/libressl/include/openssl/safestack.h
2096
#define lh_ERR_STATE_num_items(lh) LHM_lh_num_items(ERR_STATE,lh)
crypto/libressl/include/openssl/safestack.h
2097
#define lh_ERR_STATE_down_load(lh) LHM_lh_down_load(ERR_STATE,lh)
crypto/libressl/include/openssl/safestack.h
2099
LHM_lh_node_stats_bio(ERR_STATE,lh,out)
crypto/libressl/include/openssl/safestack.h
2101
LHM_lh_node_usage_stats_bio(ERR_STATE,lh,out)
crypto/libressl/include/openssl/safestack.h
2103
LHM_lh_stats_bio(ERR_STATE,lh,out)
crypto/libressl/include/openssl/safestack.h
2104
#define lh_ERR_STATE_free(lh) LHM_lh_free(ERR_STATE,lh)