Home
last modified time | relevance | path

Searched refs:APR_STATUS_IS_ECONNRESET (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/apr/include/
HDapr_errno.h957 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro
1094 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro
1165 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro
1286 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET) macro
/NextBSD/contrib/serf/
HDoutgoing.c759 APR_STATUS_IS_ECONNRESET(status) || in write_to_connection()
852 if (APR_STATUS_IS_ECONNRESET(status) || in write_to_connection()
1131 if (APR_STATUS_IS_ECONNRESET(status) || in read_from_connection()
/NextBSD/contrib/subversion/subversion/svnserve/
HDsvnserve.c521 || APR_STATUS_IS_ECONNRESET(status)); in accept_connection()
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDutil.c1427 || APR_STATUS_IS_ECONNRESET(err->apr_err) in handle_response()