Searched refs:ERR_STATE (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/err/ |
A D | err_local.h | 13 static ossl_inline void err_get_slot(ERR_STATE *es) in err_get_slot() 20 static ossl_inline void err_clear_data(ERR_STATE *es, size_t i, int deall) in err_clear_data() 39 static ossl_inline void err_set_error(ERR_STATE *es, size_t i, in err_set_error() 48 static ossl_inline void err_set_debug(ERR_STATE *es, size_t i, in err_set_debug() 69 static ossl_inline void err_set_data(ERR_STATE *es, size_t i, in err_set_data() 79 static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall) in err_clear() 92 ERR_STATE *ossl_err_get_state_int(void);
|
A D | err.c | 30 ERR_STATE *ERR_get_state(void); 313 ERR_STATE *es; in ERR_clear_error() 426 ERR_STATE *es; in get_error_values() 641 ERR_STATE *state; in ossl_err_get_state_int() 679 ERR_STATE *ERR_get_state(void) in ERR_get_state() 747 ERR_STATE *es; in err_set_error_data_int() 791 ERR_STATE *es; in ERR_add_error_vdata() 847 ERR_STATE *es; in ERR_set_mark() 861 ERR_STATE *es; in ERR_pop_to_mark() 881 ERR_STATE *es; in ERR_clear_last_mark() [all …]
|
A D | err_blocks.c | 18 ERR_STATE *es; in ERR_new() 31 ERR_STATE *es; in ERR_set_debug() 51 ERR_STATE *es; in ERR_vset_error()
|
/openssl-master/include/openssl/ |
A D | types.h | 99 typedef struct err_state_st ERR_STATE; typedef
|
A D | err.h.in | 468 OSSL_DEPRECATEDIN_3_0 ERR_STATE *ERR_get_state(void);
|
/openssl-master/util/ |
A D | indent.pro | 225 -T ERR_STATE
|
/openssl-master/ |
A D | CHANGES.md | 1011 * Deprecated the public definition of `ERR_STATE` as well as the function 1012 `ERR_get_state()`. This is done in preparation of making `ERR_STATE` an
|
Completed in 33 milliseconds