Home
last modified time | relevance | path

Searched refs:ERR_STATE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/err/
H A Derr.c236 ERR_STATE *(*cb_thread_get_item)(const ERR_STATE *);
237 ERR_STATE *(*cb_thread_set_item)(ERR_STATE *);
251 static ERR_STATE *int_thread_get_item(const ERR_STATE *);
252 static ERR_STATE *int_thread_set_item(ERR_STATE *);
445 err_state_cmp(const ERR_STATE *a, const ERR_STATE *b) in IMPLEMENT_LHASH_HASH_FN()
488 ERR_STATE *p; in int_thread_get_item()
507 ERR_STATE *p; in int_thread_set_item()
526 ERR_STATE *p; in int_thread_del_item()
732 ERR_STATE *es; in ERR_put_error()
752 ERR_STATE *es; in ERR_clear_error()
[all …]
/dragonfly/crypto/libressl/include/openssl/
H A Derr.h155 } ERR_STATE; typedef
401 ERR_STATE *ERR_get_state(void);
405 LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void);
406 void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash);
H A Dsafestack.h2088 #define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state)
2089 #define lh_ERR_STATE_insert(lh,inst) LHM_lh_insert(ERR_STATE,lh,inst)
2092 #define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn)
2094 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
2095 #define lh_ERR_STATE_error(lh) LHM_lh_error(ERR_STATE,lh)
2096 #define lh_ERR_STATE_num_items(lh) LHM_lh_num_items(ERR_STATE,lh)
2097 #define lh_ERR_STATE_down_load(lh) LHM_lh_down_load(ERR_STATE,lh)
2099 LHM_lh_node_stats_bio(ERR_STATE,lh,out)
2101 LHM_lh_node_usage_stats_bio(ERR_STATE,lh,out)
2103 LHM_lh_stats_bio(ERR_STATE,lh,out)
[all …]