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

/freebsd-11-stable/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)

Completed in 154 milliseconds