Searched refs:ERR_STATE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/crypto/openssl/crypto/err/ |
| HD | err.c | 124 DECLARE_LHASH_OF(ERR_STATE); 128 static void ERR_STATE_free(ERR_STATE *s); 234 LHASH_OF(ERR_STATE) *(*cb_thread_get) (int create); 235 void (*cb_thread_release) (LHASH_OF(ERR_STATE) **hash); 236 ERR_STATE *(*cb_thread_get_item) (const ERR_STATE *); 237 ERR_STATE *(*cb_thread_set_item) (ERR_STATE *); 238 void (*cb_thread_del_item) (const ERR_STATE *); 249 static LHASH_OF(ERR_STATE) *int_thread_get(int create); 250 static void int_thread_release(LHASH_OF(ERR_STATE) **hash); 251 static ERR_STATE *int_thread_get_item(const ERR_STATE *); [all …]
|
| HD | err.h | 158 } ERR_STATE; typedef 361 ERR_STATE *ERR_get_state(void); 365 LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void); 366 void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash);
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | err.pod | 162 The error queues are stored in a hash table with one B<ERR_STATE> 164 B<ERR_STATE>. An B<ERR_STATE> can hold up to B<ERR_NUM_ERRORS> error
|
| /freebsd-11-stable/crypto/openssl/crypto/stack/ |
| HD | safestack.h | 2516 # define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state) 2517 # define lh_ERR_STATE_insert(lh,inst) LHM_lh_insert(ERR_STATE,lh,inst) 2518 # define lh_ERR_STATE_retrieve(lh,inst) LHM_lh_retrieve(ERR_STATE,lh,inst) 2519 # define lh_ERR_STATE_delete(lh,inst) LHM_lh_delete(ERR_STATE,lh,inst) 2520 # define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn) 2522 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg) 2523 # define lh_ERR_STATE_error(lh) LHM_lh_error(ERR_STATE,lh) 2524 # define lh_ERR_STATE_num_items(lh) LHM_lh_num_items(ERR_STATE,lh) 2525 # define lh_ERR_STATE_down_load(lh) LHM_lh_down_load(ERR_STATE,lh) 2527 LHM_lh_node_stats_bio(ERR_STATE,lh,out) [all …]
|
| /freebsd-11-stable/crypto/openssl/util/ |
| HD | indent.pro | 255 -T ERR_STATE
|
| /freebsd-11-stable/crypto/openssl/doc/ |
| HD | ssleay.txt | 3560 Each 'thread' has an 'ERR_STATE' state associated with it. 3561 ERR_STATE *ERR_get_state(void ) will return the 'state' for the calling
|