Home
last modified time | relevance | path

Searched refs:uv_process_options_t (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Dprocess.c256 static void uv__process_child_init(const uv_process_options_t* options, in uv__process_child_init()
442 const uv_process_options_t* options) { in uv__spawn_set_posix_spawn_attrs()
514 const uv_process_options_t* options, in uv__spawn_set_posix_spawn_file_actions()
648 static int uv__spawn_resolve_and_spawn(const uv_process_options_t* options, in uv__spawn_resolve_and_spawn()
749 const uv_process_options_t* options, in uv__spawn_and_init_child_posix_spawn()
789 static int uv__spawn_and_init_child_fork(const uv_process_options_t* options, in uv__spawn_and_init_child_fork()
832 const uv_process_options_t* options, in uv__spawn_and_init_child()
937 const uv_process_options_t* options) { in uv_spawn()
/third_party/libuv/src/unix/
H A Dprocess.c277 static void uv__process_child_init(const uv_process_options_t* options, in uv__process_child_init()
462 const uv_process_options_t* options) { in uv__spawn_set_posix_spawn_attrs()
534 const uv_process_options_t* options, in uv__spawn_set_posix_spawn_file_actions()
668 static int uv__spawn_resolve_and_spawn(const uv_process_options_t* options, in uv__spawn_resolve_and_spawn()
769 const uv_process_options_t* options, in uv__spawn_and_init_child_posix_spawn()
809 static int uv__spawn_and_init_child_fork(const uv_process_options_t* options, in uv__spawn_and_init_child_fork()
852 const uv_process_options_t* options, in uv__spawn_and_init_child()
958 const uv_process_options_t* options) { in uv_spawn()
/third_party/libuv/docs/code/spawn/
H A Dmain.c8 uv_process_options_t options;
/third_party/libuv/docs/code/detach/
H A Dmain.c7 uv_process_options_t options;
/third_party/libuv/docs/code/proc-streams/
H A Dmain.c9 uv_process_options_t options;
/third_party/node/src/
H A Dprocess_wrap.cc104 uv_process_options_t* options) { in ParseStdioOptions()
154 uv_process_options_t options; in Spawn()
155 memset(&options, 0, sizeof(uv_process_options_t)); in Spawn()
H A Dspawn_sync.h211 uv_process_options_t uv_process_options_;
/third_party/libuv/test/
H A Dtest-process-title.c87 uv_process_options_t options; in TEST_IMPL()
H A Dbenchmark-spawn.c33 static uv_process_options_t options;
H A Dtest-stdio-over-pipes.c32 static uv_process_options_t options;
H A Dtest-ref.c403 uv_process_options_t options; in TEST_IMPL()
H A Dtest-ipc.c283 uv_process_options_t options; in spawn_helper()
H A Dtest-spawn.c48 static uv_process_options_t options;
1994 uv_process_options_t dummy_options = {0}; in TEST_IMPL()
/third_party/libuv/docs/code/cgi/
H A Dmain.c9 uv_process_options_t options;
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c11 uv_process_options_t options;
/third_party/libuv/src/win/
H A Dprocess-stdio.c170 const uv_process_options_t* options, in uv__stdio_create()
H A Dinternal.h281 const uv_process_options_t* options,
H A Dprocess.c911 const uv_process_options_t* options) { in uv_spawn()
/third_party/node/deps/uv/src/win/
H A Dinternal.h289 const uv_process_options_t* options,
H A Dprocess-stdio.c170 const uv_process_options_t* options, in uv__stdio_create()
H A Dprocess.c940 const uv_process_options_t* options) { in uv_spawn()
/third_party/libuv/include/
H A Duv.h1076 } uv_process_options_t; typedef
1127 * uv_process_options_t's file field, has a directory component,
1146 const uv_process_options_t* options);
/third_party/libuv/include/uv_ndk/
H A Duv.h1004 } uv_process_options_t; typedef
1067 const uv_process_options_t* options);
/third_party/node/deps/uv/include/
H A Duv.h1018 } uv_process_options_t; typedef
1081 const uv_process_options_t* options);

Completed in 23 milliseconds