63#define APR_ENOKEY (APR_UTIL_START_STATUS + 1)
65#define APR_ENOIV (APR_UTIL_START_STATUS + 2)
67#define APR_EKEYTYPE (APR_UTIL_START_STATUS + 3)
69#define APR_ENOSPACE (APR_UTIL_START_STATUS + 4)
71#define APR_ECRYPT (APR_UTIL_START_STATUS + 5)
73#define APR_EPADDING (APR_UTIL_START_STATUS + 6)
75#define APR_EKEYLENGTH (APR_UTIL_START_STATUS + 7)
77#define APR_ENOCIPHER (APR_UTIL_START_STATUS + 8)
79#define APR_ENODIGEST (APR_UTIL_START_STATUS + 9)
81#define APR_ENOENGINE (APR_UTIL_START_STATUS + 10)
83#define APR_EINITENGINE (APR_UTIL_START_STATUS + 11)
85#define APR_EREINIT (APR_UTIL_START_STATUS + 12)
109#define APR_STATUS_IS_ENOKEY(s) ((s) == APR_ENOKEY)
113#define APR_STATUS_IS_ENOIV(s) ((s) == APR_ENOIV)
117#define APR_STATUS_IS_EKEYTYPE(s) ((s) == APR_EKEYTYPE)
121#define APR_STATUS_IS_ENOSPACE(s) ((s) == APR_ENOSPACE)
125#define APR_STATUS_IS_ECRYPT(s) ((s) == APR_ECRYPT)
129#define APR_STATUS_IS_EPADDING(s) ((s) == APR_EPADDING)
133#define APR_STATUS_IS_EKEYLENGTH(s) ((s) == APR_EKEYLENGTH)
137#define APR_STATUS_IS_ENOCIPHER(s) ((s) == APR_ENOCIPHER)
141#define APR_STATUS_IS_ENODIGEST(s) ((s) == APR_ENODIGEST)
145#define APR_STATUS_IS_ENOENGINE(s) ((s) == APR_ENOENGINE)
149#define APR_STATUS_IS_EINITENGINE(s) ((s) == APR_EINITENGINE)
153#define APR_STATUS_IS_EREINIT(s) ((s) == APR_EREINIT)
struct apu_err_t apu_err_t
Definition: apu_errno.h:161