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

/freebsd-10.0-release/contrib/apr-util/include/
H A Dapu_errno.h68 /** @see APR_STATUS_IS_ENOSPACE */
121 #define APR_STATUS_IS_ENOSPACE(s) ((s) == APR_ENOSPACE) macro

Completed in 55 milliseconds