Lines Matching defs:stream_errno
202 int stream_errno;
215 stream_errno = conn->incoming_payload->stream_errno;
222 if (req->response == NULL && stream_errno != 0 &&
223 conn->conn.input->stream_errno == 0) {
224 switch (stream_errno) {
453 int stream_errno;
457 stream_errno = input->stream_errno;
459 if (input->eof || stream_errno != 0) {
461 if (stream_errno != 0 && stream_errno != EPIPE &&
462 stream_errno != ECONNRESET) {
829 if (output->stream_errno != EPIPE &&
830 output->stream_errno != ECONNRESET) {