Home
last modified time | relevance | path

Searched refs:UV_WRITABLE_PIPE (Results 1 - 13 of 13) sorted by relevance

/third_party/libuv/test/
H A Dtest-spawn.c293 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
599 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
638 options.stdio[3].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
796 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
878 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
880 options.stdio[2].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
929 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
976 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
1107 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
H A Dbenchmark-spawn.c122 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in spawn()
H A Dtest-stdio-over-pipes.c135 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE | in test_stdio_over_pipes()
H A Dtest-ipc.c310 stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE; in spawn_helper()
/third_party/node/deps/uv/src/win/
H A Dpipe.c245 /* allowed flags are: UV_READABLE_PIPE | UV_WRITABLE_PIPE | UV_NONBLOCK_PIPE */ in uv__create_pipe_pair()
260 if (server_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
271 if (client_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
351 write_flags |= UV_WRITABLE_PIPE; in uv_pipe()
403 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
406 if (flags & UV_WRITABLE_PIPE) { in uv__create_stdio_pipe_pair()
408 client_flags |= UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
434 if (flags & UV_WRITABLE_PIPE) in uv__create_stdio_pipe_pair()
/third_party/node/src/
H A Dprocess_wrap.cc124 UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE); in ParseStdioOptions()
128 UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE | in ParseStdioOptions()
H A Dspawn_sync.cc212 flags |= UV_WRITABLE_PIPE; in uv_flags()
/third_party/libuv/src/win/
H A Dpipe.c253 /* allowed flags are: UV_READABLE_PIPE | UV_WRITABLE_PIPE | UV_NONBLOCK_PIPE */ in uv__create_pipe_pair()
268 if (server_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
279 if (client_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
359 write_flags |= UV_WRITABLE_PIPE; in uv_pipe()
411 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
414 if (flags & UV_WRITABLE_PIPE) { in uv__create_stdio_pipe_pair()
416 client_flags |= UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
442 if (flags & UV_WRITABLE_PIPE) in uv__create_stdio_pipe_pair()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c218 if (container->flags & UV_WRITABLE_PIPE) in uv__process_open_stream()
/third_party/libuv/src/unix/
H A Dprocess.c244 if (container->flags & UV_WRITABLE_PIPE) in uv__process_open_stream()
/third_party/libuv/include/
H A Duv.h1007 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
1012 UV_WRITABLE_PIPE = 0x20, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h935 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
940 UV_WRITABLE_PIPE = 0x20, enumerator
/third_party/node/deps/uv/include/
H A Duv.h949 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
954 UV_WRITABLE_PIPE = 0x20, enumerator

Completed in 23 milliseconds