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

/freebsd-11-stable/contrib/apr/misc/unix/
H A Dotherchild.c118 return APR_EPROC_UNKNOWN;
H A Derrorcodes.c138 case APR_EPROC_UNKNOWN:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h283 * APR_EPROC_UNKNOWN The given process wasn't recognized by APR
338 #define APR_EPROC_UNKNOWN (APR_OS_START_ERROR + 27) macro
427 #define APR_STATUS_IS_EPROC_UNKNOWN(s) ((s) == APR_EPROC_UNKNOWN)

Completed in 118 milliseconds