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

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h672 /** @see APR_STATUS_IS_ENOSPC */
930 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC \ macro
1053 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC \ macro
1144 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC) macro
1230 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC \ macro
1233 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC) macro

Completed in 37 milliseconds