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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h831 #define APR_EAFNOSUPPORT EAFNOSUPPORT macro
833 #define APR_EAFNOSUPPORT (APR_OS_START_CANONERR + 27) macro
1139 #define APR_STATUS_IS_EAFNOSUPPORT(s) ((s) == APR_EAFNOSUPPORT \
1203 #define APR_STATUS_IS_EAFNOSUPPORT(s) ((s) == APR_EAFNOSUPPORT \
1326 #define APR_STATUS_IS_EAFNOSUPPORT(s) ((s) == APR_EAFNOSUPPORT)

Completed in 105 milliseconds