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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h686 /** @see APR_STATUS_IS_EMFILE */
947 #define APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE \ macro
1077 #define APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE \ macro
1165 #define APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE) macro
1260 #define APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE) macro

Completed in 246 milliseconds