typedef struct err_state_st | ERR_STATE |
typedef struct ERR_string_data_st | ERR_STRING_DATA |
IMPORT_C void | ERR_put_error | ( | int | lib, |
int | func, | |||
int | reason, | |||
const char * | file, | |||
int | line | |||
) |
void | ERR_set_error_data | ( | char * | data, |
int | flags | |||
) |
IMPORT_C unsigned long | ERR_get_error | ( | void | ) |
IMPORT_C unsigned long | ERR_get_error_line | ( | const char ** | file, |
int * | line | |||
) |
IMPORT_C unsigned long | ERR_get_error_line_data | ( | const char ** | file, |
int * | line, | |||
const char ** | data, | |||
int * | flags | |||
) |
IMPORT_C unsigned long | ERR_peek_error | ( | void | ) |
IMPORT_C unsigned long | ERR_peek_error_line | ( | const char ** | file, |
int * | line | |||
) |
IMPORT_C unsigned long | ERR_peek_error_line_data | ( | const char ** | file, |
int * | line, | |||
const char ** | data, | |||
int * | flags | |||
) |
IMPORT_C unsigned long | ERR_peek_last_error | ( | void | ) |
IMPORT_C unsigned long | ERR_peek_last_error_line | ( | const char ** | file, |
int * | line | |||
) |
IMPORT_C unsigned long | ERR_peek_last_error_line_data | ( | const char ** | file, |
int * | line, | |||
const char ** | data, | |||
int * | flags | |||
) |
IMPORT_C void | ERR_clear_error | ( | void | ) |
IMPORT_C char * | ERR_error_string | ( | unsigned long | e, |
char * | buf | |||
) |
IMPORT_C void | ERR_error_string_n | ( | unsigned long | e, |
char * | buf, | |||
size_t | len | |||
) |
IMPORT_C const char * | ERR_lib_error_string | ( | unsigned long | e | ) |
IMPORT_C const char * | ERR_func_error_string | ( | unsigned long | e | ) |
IMPORT_C const char * | ERR_reason_error_string | ( | unsigned long | e | ) |
IMPORT_C void | ERR_print_errors_cb | ( | int(*)(const char *str, size_tlen, void *u) | cb, |
void * | u | |||
) |
IMPORT_C void | ERR_print_errors_fp | ( | FILE * | fp | ) |
IMPORT_C void | ERR_print_errors | ( | BIO * | bp | ) |
IMPORT_C void | ERR_add_error_data | ( | int | num, |
... | ||||
) |
IMPORT_C void | ERR_load_strings | ( | int | lib, |
ERR_STRING_DATA | str | |||
) |
IMPORT_C void | ERR_unload_strings | ( | int | lib, |
ERR_STRING_DATA | str | |||
) |
IMPORT_C void | ERR_load_ERR_strings | ( | void | ) |
IMPORT_C void | ERR_load_crypto_strings | ( | void | ) |
IMPORT_C void | ERR_free_strings | ( | void | ) |
IMPORT_C void | ERR_remove_state | ( | unsigned long | pid | ) |
IMPORT_C ERR_STATE * | ERR_get_state | ( | void | ) |