UV_CREATE_PIPE    193 src/unix/process.c   mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM;
UV_CREATE_PIPE    199 src/unix/process.c   case UV_CREATE_PIPE:
UV_CREATE_PIPE    231 src/unix/process.c   if (!(container->flags & UV_CREATE_PIPE) || pipefds[0] < 0)
UV_CREATE_PIPE    254 src/unix/process.c   if (!(container->flags & UV_CREATE_PIPE)) return;
UV_CREATE_PIPE    294 src/win/process-stdio.c     switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD |
UV_CREATE_PIPE    316 src/win/process-stdio.c       case UV_CREATE_PIPE: {
UV_CREATE_PIPE    992 src/win/process.c       if (fdopt->flags & UV_CREATE_PIPE &&
UV_CREATE_PIPE    122 test/benchmark-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    224 test/test-ipc.c   options.stdio[0].flags = UV_CREATE_PIPE |
UV_CREATE_PIPE    208 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    298 test/test-spawn.c   options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE;
UV_CREATE_PIPE    300 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    339 test/test-spawn.c   options.stdio[3].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    419 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    497 test/test-spawn.c   options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE;
UV_CREATE_PIPE    499 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    501 test/test-spawn.c   options.stdio[2].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    548 test/test-spawn.c   options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE;
UV_CREATE_PIPE    550 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    628 test/test-spawn.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
UV_CREATE_PIPE    130 test/test-stdio-over-pipes.c   options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE;
UV_CREATE_PIPE    132 test/test-stdio-over-pipes.c   options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;