Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/include/
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)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Derrorcode.inc149 { 620027, "APR_EAFNOSUPPORT" },