Lines Matching refs:set
43 The ``uv_process_t`` struct only acts as the handle, all options are set via
44 ``uv_process_options_t``. To simply launch a process, you need to set only the
82 form ``VAR=VALUE`` used to set up the environment variables for the process. Set
171 A normal, newly spawned process has its own set of file descriptors, with 0,
185 The file descriptors of the child process are set using the ``stdio`` field in
186 ``uv_process_options_t``. First set the ``stdio_count`` field to the number of
187 file descriptors being set. ``uv_process_options_t.stdio`` is an array of
206 Then we set the ``fd`` to ``stderr``.
251 The ``stdout`` of the CGI script is set to the socket so that whatever our tick
265 the ``uv_stream_t* stream`` field must be set to point to an initialized,
352 which new file descriptors get sent. It is important to set the ``ipc``