Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/include/
Dapr_errno.h969 #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-12-stable/contrib/serf/
Doutgoing.c770 APR_STATUS_IS_ECONNABORTED(status)) in write_to_connection()
863 APR_STATUS_IS_ECONNABORTED(status)) { in write_to_connection()
1142 APR_STATUS_IS_ECONNABORTED(status) || in read_from_connection()
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
Dsvnserve.c561 || APR_STATUS_IS_ECONNABORTED(status) in accept_connection()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dutil.c1494 || APR_STATUS_IS_ECONNABORTED(err->apr_err))) in handle_response()