|
void | ERR_add_error_data (unsigned count,...) |
|
void | ERR_add_error_dataf (const char *format,...) |
|
static void | err_add_error_vdata (unsigned num, va_list args) |
|
static void | err_clear (struct err_error_st *error) |
|
void | ERR_clear_error (void) |
|
void | ERR_clear_system_error (void) |
|
static void | err_copy (struct err_error_st *dst, const struct err_error_st *src) |
|
char * | ERR_error_string (uint32_t packed_error, char *ret) |
|
char * | ERR_error_string_n (uint32_t packed_error, char *buf, size_t len) |
|
void | ERR_free_strings (void) |
|
const char * | ERR_func_error_string (uint32_t packed_error) |
|
uint32_t | ERR_get_error (void) |
|
uint32_t | ERR_get_error_line (const char **file, int *line) |
|
uint32_t | ERR_get_error_line_data (const char **file, int *line, const char **data, int *flags) |
|
int | ERR_get_next_error_library (void) |
|
static ERR_STATE * | err_get_state (void) |
|
static const char * | err_lib_error_string (uint32_t packed_error) |
|
const char * | ERR_lib_error_string (uint32_t packed_error) |
|
void | ERR_load_BIO_strings (void) |
|
void | ERR_load_crypto_strings (void) |
|
void | ERR_load_ERR_strings (void) |
|
void | ERR_load_RAND_strings (void) |
|
uint32_t | ERR_peek_error (void) |
|
uint32_t | ERR_peek_error_line (const char **file, int *line) |
|
uint32_t | ERR_peek_error_line_data (const char **file, int *line, const char **data, int *flags) |
|
uint32_t | ERR_peek_last_error (void) |
|
uint32_t | ERR_peek_last_error_line (const char **file, int *line) |
|
uint32_t | ERR_peek_last_error_line_data (const char **file, int *line, const char **data, int *flags) |
|
int | ERR_pop_to_mark (void) |
|
void | ERR_print_errors_cb (ERR_print_errors_callback_t callback, void *ctx) |
|
void | ERR_print_errors_fp (FILE *file) |
|
void | ERR_put_error (int library, int unused, int reason, const char *file, unsigned line) |
|
static const char * | err_reason_error_string (uint32_t packed_error) |
|
const char * | ERR_reason_error_string (uint32_t packed_error) |
|
void | ERR_remove_state (unsigned long pid) |
|
void | ERR_remove_thread_state (const CRYPTO_THREADID *tid) |
|
void | ERR_restore_state (const ERR_SAVE_STATE *state) |
|
ERR_SAVE_STATE * | ERR_save_state (void) |
|
void | ERR_SAVE_STATE_free (ERR_SAVE_STATE *state) |
|
static void | err_set_error_data (char *data) |
|
int | ERR_set_mark (void) |
|
static void | err_state_free (void *statep) |
|
static int | err_string_cmp (const void *a, const void *b) |
|
static const char * | err_string_lookup (uint32_t lib, uint32_t key, const uint32_t *values, size_t num_values, const char *string_data) |
|
static uint32_t | get_error_values (int inc, int top, const char **file, int *line, const char **data, int *flags) |
|
static int | print_errors_to_file (const char *msg, size_t msg_len, void *ctx) |
|