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

/freebsd-10.0-release/contrib/apr-util/include/
H A Dapu_errno.h50 * APR_ENODIGEST The digest provided was not recognised
79 #define APR_ENODIGEST (APR_UTIL_START_STATUS + 9) macro
141 #define APR_STATUS_IS_ENODIGEST(s) ((s) == APR_ENODIGEST)

Completed in 77 milliseconds