| /src/external/mit/libuv/dist/docs/code/uvtee/ |
| main.c | 65 uv_pipe_open(&stdin_pipe, 0); 68 uv_pipe_open(&stdout_pipe, 1); 73 uv_pipe_open(&file_pipe, fd);
|
| /src/external/mit/libuv/dist/test/ |
| test-iouring-pollhup.c | 69 ASSERT_OK(uv_pipe_open(&p2, newpipefds[0])); 97 ASSERT_OK(uv_pipe_open(&p1, pipefds[0]));
|
| test-close-fd.c | 60 ASSERT_OK(uv_pipe_open(&pipe_handle, fd[0])); 61 /* uv_pipe_open() takes ownership of the file descriptor. */
|
| test-pipe-close-stdout-read-stdin.c | 89 r = uv_pipe_open((uv_pipe_t *)&stdin_pipe, 0);
|
| test-stdio-over-pipes.c | 237 uv_pipe_open(&stdin_pipe1, 0); 238 uv_pipe_open(&stdout_pipe1, 1); 239 uv_pipe_open(&stdin_pipe2, 0); 240 uv_pipe_open(&stdout_pipe2, 1);
|
| test-signal-pending-on-close.c | 75 ASSERT_OK(uv_pipe_open(&pipe_hdl, pipefds[1]));
|
| test-pipe-set-non-blocking.c | 82 ASSERT_OK(uv_pipe_open(&pipe_handle, fd[1]));
|
| test-ipc-heavy-traffic-deadlock-bug.c | 150 r = uv_pipe_open(&pipe, 0);
|
| test-pipe-sendmsg.c | 123 ASSERT_OK(uv_pipe_open(&p, fds[1]));
|
| test-ping-pong.c | 359 ASSERT_OK(uv_pipe_open(ponger, fds[0])); 368 ASSERT_OK(uv_pipe_open(&pinger->stream.pipe, fds[1]));
|
| test-ipc.c | 690 uv_pipe_open(&channel, 0); 741 uv_pipe_open(&channel, 0); 795 uv_pipe_open(&channel, 0); 836 uv_pipe_open(&channel, 0);
|
| test-ipc-send-recv.c | 397 r = uv_pipe_open(&ctx2.channel, 0);
|
| test-pipe-getsockname.c | 326 r = uv_pipe_open(&pipe_client, readfd);
|
| test-spawn.c | 1764 ASSERT_OK(uv_pipe_open(&pipe_handle, fd[0])); 1765 /* uv_pipe_open() takes ownership of the file descriptor. */ 1908 ASSERT_OK(uv_pipe_open(&pipe_stdin_child, fds_stdin[0])); 1909 ASSERT_OK(uv_pipe_open(&pipe_stdout_child, fds_stdout[1])); 1910 ASSERT_OK(uv_pipe_open(&pipe_stdin_parent, fds_stdin[1])); 1911 ASSERT_OK(uv_pipe_open(&pipe_stdout_parent, fds_stdout[0]));
|
| /src/external/mit/libuv/dist/docs/code/multi-echo-server/ |
| worker.c | 85 uv_pipe_open(&queue, 0);
|
| /src/external/mit/libuv/dist/src/unix/ |
| pipe.c | 196 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { function
|
| /src/external/mit/libuv/dist/include/ |
| uv.h | 870 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file);
|
| /src/external/mit/libuv/dist/src/win/ |
| pipe.c | 2420 int uv_pipe_open(uv_pipe_t* pipe, uv_file file) { function
|