Searched refs:ERR_GET_LIB (Results 1 – 2 of 2) sorted by relevance
399 lib = ERR_GET_LIB(packed_error); in ERR_error_string_n()533 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_lib_error_string()546 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_reason_error_string()
166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
Completed in 7 milliseconds