Home
last modified time | relevance | path

Searched refs:ERR_RFLAG_FATAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Derr.h.in201 * ERR_RFLAG_FATAL = ERR_R_FATAL
209 * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
226 * ERR_R_FATAL to use ERR_RFLAG_FATAL as its reason code.
238 # define ERR_RFLAG_FATAL (0x1 << ERR_RFLAGS_OFFSET) macro
266 return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_FATAL) != 0;
352 # define ERR_R_FATAL (ERR_RFLAG_FATAL|ERR_RFLAG_COMMON)
H A Derr.h236 # define ERR_RFLAG_FATAL (0x1 << ERR_RFLAGS_OFFSET) macro
264 return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_FATAL) != 0; in ERR_FATAL_ERROR()
350 # define ERR_R_FATAL (ERR_RFLAG_FATAL|ERR_RFLAG_COMMON)