Searched defs:ERR_GET_LIB (Results 1 – 5 of 5) sorted by relevance
8 pub fn ERR_GET_LIB(packed_error: u32) -> i32 { in ERR_GET_LIB() function
166 OPENSSL_INLINE int ERR_GET_LIB(uint32_t packed_error) { in ERR_GET_LIB() function
166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro