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

/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c58 case APR_ENOPOLL:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h239 * APR_ENOPOLL APR was not given a poll structure
305 #define APR_ENOPOLL (APR_OS_START_ERROR + 10) macro
379 #define APR_STATUS_IS_ENOPOLL(s) ((s) == APR_ENOPOLL)

Completed in 113 milliseconds