Searched refs:APR_STATUS_IS_ECONNRESET (Results 1 – 4 of 4) sorted by relevance
957 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro1094 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro1165 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \ macro1286 #define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET) macro
759 APR_STATUS_IS_ECONNRESET(status) || in write_to_connection()852 if (APR_STATUS_IS_ECONNRESET(status) || in write_to_connection()1131 if (APR_STATUS_IS_ECONNRESET(status) || in read_from_connection()
521 || APR_STATUS_IS_ECONNRESET(status)); in accept_connection()
1427 || APR_STATUS_IS_ECONNRESET(err->apr_err) in handle_response()