Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_types.h296 #define SVN__APR_STATUS_IS_EPIPE(s) APR_STATUS_IS_EPIPE(s)
298 #define SVN__APR_STATUS_IS_EPIPE(s) (APR_STATUS_IS_EPIPE(s) \
/freebsd-12.1/contrib/apr/include/
H A Dapr_errno.h970 #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-12.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()