Lines Matching defs:bytes_read
965 ssize_t bytes_read = 1; // A lie to properly handle |max_output == 0|969 bytes_read = HANDLE_EINTR(read(pipe_fd[0], buffer,971 if (bytes_read <= 0)973 output->append(buffer, bytes_read);974 output_buf_left -= static_cast<size_t>(bytes_read);984 if (output_buf_left || bytes_read <= 0) {