Home
last modified time | relevance | path

Searched refs:uv_pipe_open (Results 1 – 21 of 21) sorted by relevance

/libuv/docs/code/uvtee/
H A Dmain.c65 uv_pipe_open(&stdin_pipe, 0); in main()
68 uv_pipe_open(&stdout_pipe, 1); in main()
73 uv_pipe_open(&file_pipe, fd); in main()
/libuv/test/
H A Dtest-stdio-over-pipes.c237 uv_pipe_open(&stdin_pipe1, 0); in stdio_over_pipes_helper()
238 uv_pipe_open(&stdout_pipe1, 1); in stdio_over_pipes_helper()
239 uv_pipe_open(&stdin_pipe2, 0); in stdio_over_pipes_helper()
240 uv_pipe_open(&stdout_pipe2, 1); in stdio_over_pipes_helper()
H A Dtest-iouring-pollhup.c69 ASSERT_OK(uv_pipe_open(&p2, newpipefds[0])); in idle_cb()
97 ASSERT_OK(uv_pipe_open(&p1, pipefds[0])); in TEST_IMPL()
H A Dtest-pipe-close-stdout-read-stdin.c89 r = uv_pipe_open((uv_pipe_t *)&stdin_pipe, 0); in TEST_IMPL()
H A Dtest-close-fd.c60 ASSERT_OK(uv_pipe_open(&pipe_handle, fd[0])); in TEST_IMPL()
H A Dtest-signal-pending-on-close.c75 ASSERT_OK(uv_pipe_open(&pipe_hdl, pipefds[1])); in TEST_IMPL()
H A Dtest-pipe-set-non-blocking.c82 ASSERT_OK(uv_pipe_open(&pipe_handle, fd[1])); in TEST_IMPL()
H A Dtest-ipc.c690 uv_pipe_open(&channel, 0); in ipc_helper()
741 uv_pipe_open(&channel, 0); in ipc_helper_tcp_connection()
795 uv_pipe_open(&channel, 0); in ipc_helper_bind_twice()
836 uv_pipe_open(&channel, 0); in ipc_helper_send_zero()
H A Dtest-ping-pong.c359 ASSERT_OK(uv_pipe_open(ponger, fds[0])); in pipe2_pinger_new()
368 ASSERT_OK(uv_pipe_open(&pinger->stream.pipe, fds[1])); in pipe2_pinger_new()
H A Dtest-ipc-heavy-traffic-deadlock-bug.c150 r = uv_pipe_open(&pipe, 0); in ipc_helper_heavy_traffic_deadlock_bug()
H A Dtest-pipe-sendmsg.c123 ASSERT_OK(uv_pipe_open(&p, fds[1])); in TEST_IMPL()
H A Dtest-spawn.c1766 ASSERT_OK(uv_pipe_open(&pipe_handle, fd[0])); in TEST_IMPL()
1910 ASSERT_OK(uv_pipe_open(&pipe_stdin_child, fds_stdin[0])); in TEST_IMPL()
1911 ASSERT_OK(uv_pipe_open(&pipe_stdout_child, fds_stdout[1])); in TEST_IMPL()
1912 ASSERT_OK(uv_pipe_open(&pipe_stdin_parent, fds_stdin[1])); in TEST_IMPL()
1913 ASSERT_OK(uv_pipe_open(&pipe_stdout_parent, fds_stdout[0])); in TEST_IMPL()
H A Dtest-ipc-send-recv.c397 r = uv_pipe_open(&ctx2.channel, 0); in run_ipc_send_recv_helper()
H A Dtest-pipe-getsockname.c317 r = uv_pipe_open(&pipe_client, readfd); in TEST_IMPL()
/libuv/docs/code/multi-echo-server/
H A Dworker.c85 uv_pipe_open(&queue, 0); in main()
/libuv/docs/src/
H A Dpipe.rst44 .. c:function:: int uv_pipe_open(uv_pipe_t* handle, uv_file file)
170 The resulting handles can be passed to `uv_pipe_open`, used with `uv_spawn`,
/libuv/src/unix/
H A Dpipe.c194 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { in uv_pipe_open() function
/libuv/docs/src/guide/
H A Dfilesystem.rst219 pipes. This is covered in :doc:`processes`. The ``uv_pipe_open()`` call
H A Dprocesses.rst356 ``uv_pipe_open``.
/libuv/include/
H A Duv.h858 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file);
/libuv/src/win/
H A Dpipe.c2420 int uv_pipe_open(uv_pipe_t* pipe, uv_file file) { in uv_pipe_open() function

Completed in 40 milliseconds