Searched refs:ERR_GET_RFLAGS (Results 1 – 2 of 2) sorted by relevance
248 static ossl_unused ossl_inline int ERR_GET_RFLAGS(unsigned long errcode) in ERR_GET_RFLAGS() function264 return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_FATAL) != 0; in ERR_FATAL_ERROR()269 return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_COMMON) != 0; in ERR_COMMON_ERROR()
250 static ossl_unused ossl_inline int ERR_GET_RFLAGS(unsigned long errcode) function266 return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_FATAL) != 0;271 return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_COMMON) != 0;