Searched refs:stdout_pipe (Results 1 – 1 of 1) sorted by relevance
15 uv_pipe_t stdout_pipe; variable48 uv_close((uv_handle_t *)&stdout_pipe, NULL); in read_stdin()52 write_data((uv_stream_t *)&stdout_pipe, nread, *buf, on_stdout_write); in read_stdin()67 uv_pipe_init(loop, &stdout_pipe, 0); in main()68 uv_pipe_open(&stdout_pipe, 1); in main()
Completed in 3 milliseconds