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

/freebsd-10.0-release/contrib/apr-util/include/
H A Dapu_errno.h45 * APR_ENOSPACE The buffer supplied was not big enough
69 #define APR_ENOSPACE (APR_UTIL_START_STATUS + 4) macro
121 #define APR_STATUS_IS_ENOSPACE(s) ((s) == APR_ENOSPACE)

Completed in 152 milliseconds