Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/
H A Dapr_errno.h695 #define APR_ENFILE ENFILE macro
697 #define APR_ENFILE (APR_OS_START_CANONERR + 9) macro
949 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE)
1079 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE)
1166 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE)
1262 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE)
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Derrorcode.inc131 { 620009, "APR_ENFILE" },