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

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h304 /** On Windows, APR_STATUS_IS_EPIPE does not include ERROR_NO_DATA error.
308 #define SVN__APR_STATUS_IS_EPIPE(s) APR_STATUS_IS_EPIPE(s)
310 #define SVN__APR_STATUS_IS_EPIPE(s) (APR_STATUS_IS_EPIPE(s) \
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h808 /** @see APR_STATUS_IS_EPIPE */
984 #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-11-stable/contrib/serf/
H A Doutgoing.c768 if (APR_STATUS_IS_EPIPE(status) ||
860 if (APR_STATUS_IS_EPIPE(status))

Completed in 119 milliseconds