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

/freebsd-10-stable/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

Completed in 203 milliseconds