Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/
H A Dapr_errno.h749 #define APR_ECONNREFUSED ECONNREFUSED macro
751 #define APR_ECONNREFUSED (APR_OS_START_CANONERR + 16) macro
965 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \
1104 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \
1178 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \
1285 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED)
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Derrorcode.inc138 { 620016, "APR_ECONNREFUSED" },