Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr-util/include/
H A Dapu_errno.h69 #define APR_ENOSPACE (APR_UTIL_START_STATUS + 4) macro
121 #define APR_STATUS_IS_ENOSPACE(s) ((s) == APR_ENOSPACE)
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Derrorcode.inc111 { 100004, "APR_ENOSPACE" },