Lines Matching refs:uv_process_options_t
18 .. c:type:: uv_process_options_t
35 } uv_process_options_t;
39 Type definition for callback passed in :c:type:`uv_process_options_t` which
45 Flags to be set on the flags field of :c:type:`uv_process_options_t`.
91 * uv_process_options_t's file field, has a directory component,
180 .. c:member:: uv_exit_cb uv_process_options_t.exit_cb
184 .. c:member:: const char* uv_process_options_t.file
188 .. c:member:: char** uv_process_options_t.args
195 .. c:member:: char** uv_process_options_t.env
199 .. c:member:: const char* uv_process_options_t.cwd
203 .. c:member:: unsigned int uv_process_options_t.flags
208 .. c:member:: int uv_process_options_t.stdio_count
209 .. c:member:: uv_stdio_container_t* uv_process_options_t.stdio
220 .. c:member:: uv_uid_t uv_process_options_t.uid
221 .. c:member:: uv_gid_t uv_process_options_t.gid
257 .. c:function:: int uv_spawn(uv_loop_t* loop, uv_process_t* handle, const uv_process_options_t* opt…