UV_WRITABLE_PIPE  110 src/win/process-stdio.c   if (flags & UV_WRITABLE_PIPE) {
UV_WRITABLE_PIPE  122 test/benchmark-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  225 test/test-ipc.c     UV_READABLE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  208 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  300 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  339 test/test-spawn.c   options.stdio[3].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  419 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  499 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  501 test/test-spawn.c   options.stdio[2].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  550 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  628 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_WRITABLE_PIPE  132 test/test-stdio-over-pipes.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;