Home
last modified time | relevance | path

Searched refs:uv_pipe (Results 1 - 12 of 12) sorted by relevance

/third_party/node/src/
H A Dspawn_sync.cc132 int r = uv_pipe_init(loop, uv_pipe(), 0); in Initialize()
136 uv_pipe()->data = this; in Initialize()
218 uv_pipe_t* SyncProcessStdioPipe::uv_pipe() const { in uv_pipe() function in node::SyncProcessStdioPipe
225 return reinterpret_cast<uv_stream_t*>(uv_pipe()); in uv_stream()
230 return reinterpret_cast<uv_handle_t*>(uv_pipe()); in uv_handle()
H A Dspawn_sync.h92 inline uv_pipe_t* uv_pipe() const;
/third_party/libuv/test/
H A Dtest-close-fd.c58 ASSERT_OK(uv_pipe(fd, 0, 0)); in TEST_IMPL()
H A Dtest-pipe-set-non-blocking.c81 ASSERT_OK(uv_pipe(fd, 0, 0)); in TEST_IMPL()
H A Dtest-ping-pong.c352 ASSERT_OK(uv_pipe(fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in pipe2_pinger_new()
H A Dtest-spawn.c1748 ASSERT_OK(uv_pipe(fd, 0, 0)); in TEST_IMPL()
1907 ASSERT_OK(uv_pipe(fds_stdin, 0, 0)); in TEST_IMPL()
1908 ASSERT_OK(uv_pipe(fds_stdout, 0, 0)); in TEST_IMPL()
/third_party/node/deps/uv/src/unix/
H A Dpipe.c402 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe() function
450 return uv_pipe(fds, in uv__make_pipe()
/third_party/libuv/src/unix/
H A Dpipe.c487 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe() function
535 return uv_pipe(fds, in uv__make_pipe()
/third_party/libuv/include/
H A Duv.h526 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
/third_party/node/deps/uv/include/
H A Duv.h482 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
/third_party/node/deps/uv/src/win/
H A Dpipe.c341 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() function
/third_party/libuv/src/win/
H A Dpipe.c349 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() function

Completed in 21 milliseconds