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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h700 /** @see APR_STATUS_IS_EBADF */
950 #define APR_STATUS_IS_EBADF(s) ((s) == APR_EBADF \ macro
1080 #define APR_STATUS_IS_EBADF(s) ((s) == APR_EBADF \ macro
1167 #define APR_STATUS_IS_EBADF(s) ((s) == APR_EBADF) macro
1264 #define APR_STATUS_IS_EBADF(s) ((s) == APR_EBADF) macro

Completed in 105 milliseconds