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

/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c66 case APR_ENOSHMAVAIL:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h243 * APR_ENOSHMAVAIL There is no more shared memory available
315 #define APR_ENOSHMAVAIL (APR_OS_START_ERROR + 15) macro
389 #define APR_STATUS_IS_ENOSHMAVAIL(s) ((s) == APR_ENOSHMAVAIL)

Completed in 58 milliseconds