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

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h762 * @see APR_STATUS_IS_ECONNABORTED
763 * @warning use APR_STATUS_IS_ECONNABORTED instead of just testing this value
955 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED \ macro
1092 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED \ macro
1163 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED \ macro
1279 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED \ macro
1282 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED) macro
/freebsd-11.0-release/contrib/serf/
H A Doutgoing.c760 APR_STATUS_IS_ECONNABORTED(status))
853 APR_STATUS_IS_ECONNABORTED(status)) {
1132 APR_STATUS_IS_ECONNABORTED(status) ||
/freebsd-11.0-release/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c521 || APR_STATUS_IS_ECONNABORTED(status)
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c1429 || APR_STATUS_IS_ECONNABORTED(err->apr_err)))

Completed in 72 milliseconds