Searched defs:packed_error (Results 1 – 2 of 2) sorted by relevance
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
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
Completed in 6 milliseconds