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

/freebsd-10-stable/contrib/apr/include/
H A Dapr_errno.h957 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro
1094 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro
1165 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro
1286 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET) macro

Completed in 169 milliseconds