HomeSort by: relevance | last modified time | path
    Searched refs:UV_INHERIT_STREAM (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/docs/code/cgi/
main.c 32 child_stdio[1].flags = UV_INHERIT_STREAM;
  /src/external/mit/libuv/dist/src/win/
process-stdio.c 209 UV_INHERIT_STREAM)) {
306 case UV_INHERIT_STREAM: {
  /src/external/mit/libuv/dist/src/unix/
process.c 195 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM;
219 case UV_INHERIT_STREAM:
1079 if (options->stdio[i].flags & (UV_INHERIT_FD | UV_INHERIT_STREAM))
  /src/external/mit/libuv/dist/test/
test-spawn.c 1922 child_stdio[0].flags = UV_INHERIT_STREAM;
1925 child_stdio[1].flags = UV_INHERIT_STREAM;
  /src/external/mit/libuv/dist/include/
uv.h 1030 UV_INHERIT_STREAM = 0x04,

Completed in 65 milliseconds