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

/freebsd-10.0-release/contrib/apr-util/include/
H A Dapu_errno.h51 * APR_ENOENGINE The engine provided was not recognised
81 #define APR_ENOENGINE (APR_UTIL_START_STATUS + 10) macro
145 #define APR_STATUS_IS_ENOENGINE(s) ((s) == APR_ENOENGINE)
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c184 * @return APR_ENOENGINE when the engine specified does not exist. APR_EINITENGINE
286 return APR_ENOENGINE;

Completed in 155 milliseconds