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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h747 /** @see APR_STATUS_IS_ECONNREFUSED */
965 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \ macro
1104 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \ macro
1178 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED \ macro
1285 #define APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED) macro
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c1311 && (APR_STATUS_IS_ECONNREFUSED(status)

Completed in 122 milliseconds