Home
last modified time | relevance | path

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

/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()
258 if (server_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()
267 if (client_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()
350 read_flags |= UV_READABLE_PIPE; in uv_pipe()
399 if (flags & UV_READABLE_PIPE) { in uv__create_stdio_pipe_pair()
403 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
404 client_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()
407 server_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()
432 if (flags & UV_READABLE_PIPE) in uv__create_stdio_pipe_pair()
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c79 child_stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in setup_workers()
/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.cc210 flags |= UV_READABLE_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()
266 if (server_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()
275 if (client_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()
358 read_flags |= UV_READABLE_PIPE; in uv_pipe()
407 if (flags & UV_READABLE_PIPE) { in uv__create_stdio_pipe_pair()
411 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
412 client_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()
415 server_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()
440 if (flags & UV_READABLE_PIPE) in uv__create_stdio_pipe_pair()
/third_party/libuv/test/
H A Dtest-spawn.c597 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()
876 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()
927 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()
974 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()
1019 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()
1698 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()
H A Dtest-stdio-over-pipes.c132 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_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/unix/
H A Dprocess.c220 if (container->flags & UV_READABLE_PIPE) in uv__process_open_stream()
/third_party/libuv/src/unix/
H A Dprocess.c246 if (container->flags & UV_READABLE_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
1011 UV_READABLE_PIPE = 0x10, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h935 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
939 UV_READABLE_PIPE = 0x10, enumerator
/third_party/node/deps/uv/include/
H A Duv.h949 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
953 UV_READABLE_PIPE = 0x10, enumerator

Completed in 26 milliseconds