Home
last modified time | relevance | path

Searched refs:APR_STATUS_IS_EPIPE (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_types.h298 #define SVN__APR_STATUS_IS_EPIPE(s) APR_STATUS_IS_EPIPE(s)
300 #define SVN__APR_STATUS_IS_EPIPE(s) (APR_STATUS_IS_EPIPE(s) \
/freebsd-13.1/contrib/apr/include/
H A Dapr_errno.h984 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE \ macro
1133 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE \ macro
1200 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE) macro
1319 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE) macro
/freebsd-13.1/contrib/serf/
H A Doutgoing.c768 if (APR_STATUS_IS_EPIPE(status) || in write_to_connection()
860 if (APR_STATUS_IS_EPIPE(status)) in write_to_connection()