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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h672 /** @see APR_STATUS_IS_ENOSPC */
944 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC \ macro
1069 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC \ macro
1163 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC) macro
1252 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC \ macro
1255 #define APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC) macro

Completed in 100 milliseconds