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

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h749 #define APR_ECONNREFUSED ECONNREFUSED macro
751 #define APR_ECONNREFUSED (APR_OS_START_CANONERR + 16) macro
951 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \
1088 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \
1159 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \
1263 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED)

Completed in 52 milliseconds