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

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h693 /** @see APR_STATUS_IS_ENFILE */
935 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE) macro
1063 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE) macro
1147 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE) macro
1240 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE) macro

Completed in 245 milliseconds