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

/freebsd-11-stable/contrib/apr/misc/unix/
H A Dstart.c59 return APR_ENOPOOL;
H A Derrorcodes.c44 case APR_ENOPOOL:
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dthreadpriv.c105 return APR_ENOPOOL;
H A Dthread.c291 return APR_ENOPOOL;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h232 * APR_ENOPOOL APR was not provided a pool with which to allocate memory
290 #define APR_ENOPOOL (APR_OS_START_ERROR + 2) macro
365 #define APR_STATUS_IS_ENOPOOL(s) ((s) == APR_ENOPOOL)
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c1665 return APR_ENOPOOL;
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c1174 return APR_ENOPOOL;

Completed in 89 milliseconds