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

/freebsd-11-stable/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
969 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED \ macro
1108 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED \ macro
1182 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED \ macro
1301 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED \ macro
1304 #define APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED) macro
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c770 APR_STATUS_IS_ECONNABORTED(status))
863 APR_STATUS_IS_ECONNABORTED(status)) {
1142 APR_STATUS_IS_ECONNABORTED(status) ||
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c562 || APR_STATUS_IS_ECONNABORTED(status)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c1495 || APR_STATUS_IS_ECONNABORTED(err->apr_err)))

Completed in 200 milliseconds