Searched defs:packed_error (Results 1 – 3 of 3) sorted by relevance
65 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local94 uint32_t packed_error = ERR_get_error(); in TEST() local153 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
371 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string()390 void ERR_error_string_n(uint32_t packed_error, char *buf, size_t len) { in ERR_error_string_n()532 const char *ERR_lib_error_string(uint32_t packed_error) { in ERR_lib_error_string()541 const char *ERR_func_error_string(uint32_t packed_error) { in ERR_func_error_string()545 const char *ERR_reason_error_string(uint32_t packed_error) { in ERR_reason_error_string()586 uint32_t packed_error; in ERR_print_errors_cb() local
166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) argument171 #define ERR_GET_REASON(packed_error) ((int)((packed_error) & 0xfff)) argument404 #define ERR_GET_FUNC(packed_error) 0 argument