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

/freebsd-11-stable/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)

Completed in 65 milliseconds