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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h810 #define APR_EPIPE EPIPE macro
812 #define APR_EPIPE (APR_OS_START_CANONERR + 24) macro
984 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE \
1133 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE \
1200 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE)
1319 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE)

Completed in 54 milliseconds