Searched refs:APR_EINITENGINE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/apr-util/include/
H A Dapu_errno.h52 * APR_EINITENGINE The engine could not be initialised
83 #define APR_EINITENGINE (APR_UTIL_START_STATUS + 11) macro
149 #define APR_STATUS_IS_EINITENGINE(s) ((s) == APR_EINITENGINE)
/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c184 * @return APR_ENOENGINE when the engine specified does not exist. APR_EINITENGINE
291 return APR_EINITENGINE;

Completed in 70 milliseconds