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

/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_types.h302 /** On Windows, APR_STATUS_IS_EPIPE does not include ERROR_NO_DATA error.
306 #define SVN__APR_STATUS_IS_EPIPE(s) APR_STATUS_IS_EPIPE(s)
308 #define SVN__APR_STATUS_IS_EPIPE(s) (APR_STATUS_IS_EPIPE(s) \
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h808 /** @see APR_STATUS_IS_EPIPE */
970 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE \ macro
1117 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE \ macro
1181 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE) macro
1297 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE) macro
/freebsd-11.0-release/contrib/serf/
H A Doutgoing.c758 if (APR_STATUS_IS_EPIPE(status) ||
850 if (APR_STATUS_IS_EPIPE(status))

Completed in 174 milliseconds