Searched refs:ERR_STATE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcrypto/err/
H A Derr.c128 DECLARE_LHASH_OF(ERR_STATE); variable
141 } ERR_STATE; typedef in typeref:struct:err_state_st
145 static ERR_STATE *ERR_get_state(void);
146 static void ERR_STATE_free(ERR_STATE *s);
251 LHASH_OF(ERR_STATE) *(*cb_thread_get)(int create);
252 void (*cb_thread_release)(LHASH_OF(ERR_STATE) **hash);
253 ERR_STATE *(*cb_thread_get_item)(const ERR_STATE *);
254 ERR_STATE *(*cb_thread_set_item)(ERR_STATE *);
[all...]
/openbsd-current/lib/libcrypto/stack/
H A Dsafestack.h1662 #define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state)
1663 #define lh_ERR_STATE_insert(lh,inst) LHM_lh_insert(ERR_STATE,lh,inst)
1664 #define lh_ERR_STATE_retrieve(lh,inst) LHM_lh_retrieve(ERR_STATE,lh,inst)
1665 #define lh_ERR_STATE_delete(lh,inst) LHM_lh_delete(ERR_STATE,lh,inst)
1666 #define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn)
1668 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
1669 #define lh_ERR_STATE_error(lh) LHM_lh_error(ERR_STATE,lh)
1670 #define lh_ERR_STATE_num_items(lh) LHM_lh_num_items(ERR_STATE,lh)
1671 #define lh_ERR_STATE_free(lh) LHM_lh_free(ERR_STATE,lh)

Completed in 135 milliseconds