|
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) |
|
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) |
|
void | ERR_clear_error (void) |
|
void | ERR_remove_thread_state (const CRYPTO_THREADID *tid) |
|
int | ERR_get_next_error_library (void) |
|
void | ERR_remove_state (unsigned long pid) |
|
void | ERR_clear_system_error (void) |
|
char * | ERR_error_string (uint32_t packed_error, char *ret) |
|
void | ERR_error_string_n (uint32_t packed_error, char *buf, size_t len) |
|
const char * | ERR_lib_error_string (uint32_t packed_error) |
|
const char * | ERR_func_error_string (uint32_t packed_error) |
|
const char * | ERR_reason_error_string (uint32_t packed_error) |
|
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) |
|
void | ERR_add_error_data (unsigned count,...) |
|
void | ERR_add_error_dataf (const char *format,...) |
|
int | ERR_set_mark (void) |
|
int | ERR_pop_to_mark (void) |
|
void | ERR_load_crypto_strings (void) |
|
void | ERR_free_strings (void) |
|
void | ERR_load_BIO_strings (void) |
|
void | ERR_load_ERR_strings (void) |
|