Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/
H A Dapr_errno.h688 #define APR_EMFILE EMFILE macro
690 #define APR_EMFILE (APR_OS_START_CANONERR + 8) macro
947 #define APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE \
1077 #define APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE \
1165 #define APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE)
1260 #define APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE)
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Derrorcode.inc130 { 620008, "APR_EMFILE" },