UV_STREAM_WRITABLE  148 src/unix/pipe.c                          UV_STREAM_READABLE | UV_STREAM_WRITABLE);
UV_STREAM_WRITABLE  190 src/unix/pipe.c                           UV_STREAM_READABLE | UV_STREAM_WRITABLE);
UV_STREAM_WRITABLE  243 src/unix/process.c     flags = UV_STREAM_READABLE | UV_STREAM_WRITABLE;
UV_STREAM_WRITABLE  245 src/unix/process.c     flags = UV_STREAM_WRITABLE;
UV_STREAM_WRITABLE  572 src/unix/stream.c                             UV_STREAM_READABLE | UV_STREAM_WRITABLE);
UV_STREAM_WRITABLE 1095 src/unix/stream.c   if (!(stream->flags & UV_STREAM_WRITABLE) ||
UV_STREAM_WRITABLE 1385 src/unix/stream.c   return stream->flags & UV_STREAM_WRITABLE;
UV_STREAM_WRITABLE   66 src/unix/tcp.c   err = maybe_new_socket(tcp, domain, UV_STREAM_READABLE | UV_STREAM_WRITABLE);
UV_STREAM_WRITABLE   98 src/unix/tcp.c                          UV_STREAM_READABLE | UV_STREAM_WRITABLE);
UV_STREAM_WRITABLE  155 src/unix/tcp.c                          UV_STREAM_READABLE | UV_STREAM_WRITABLE);
UV_STREAM_WRITABLE   52 src/unix/tty.c     uv__stream_open((uv_stream_t*)tty, fd, UV_STREAM_WRITABLE);