OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UV_INHERIT_FD
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/libuv/dist/docs/code/proc-streams/
main.c
34
child_stdio[2].flags =
UV_INHERIT_FD
;
/src/external/mit/libuv/dist/docs/code/multi-echo-server/
main.c
82
child_stdio[2].flags =
UV_INHERIT_FD
;
/src/external/mit/libuv/dist/test/
test-spawn.c
337
options.stdio[1].flags =
UV_INHERIT_FD
;
391
options.stdio[1].flags =
UV_INHERIT_FD
;
393
options.stdio[2].flags =
UV_INHERIT_FD
;
453
options.stdio[1].flags =
UV_INHERIT_FD
;
455
options.stdio[2].flags =
UV_INHERIT_FD
;
530
options.stdio[1].flags =
UV_INHERIT_FD
;
532
options.stdio[2].flags =
UV_INHERIT_FD
;
715
options.stdio[0].flags =
UV_INHERIT_FD
;
717
options.stdio[1].flags =
UV_INHERIT_FD
;
719
options.stdio[2].flags =
UV_INHERIT_FD
;
[
all
...]
test-stdio-over-pipes.c
138
options.stdio[2].flags =
UV_INHERIT_FD
;
test-ipc.c
312
stdio[1].flags =
UV_INHERIT_FD
;
314
stdio[2].flags =
UV_INHERIT_FD
;
/src/external/mit/libuv/dist/src/win/
process-stdio.c
208
switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE |
UV_INHERIT_FD
|
256
case
UV_INHERIT_FD
: {
process.c
1038
if (options->stdio[i].flags &
UV_INHERIT_FD
)
/src/external/mit/libuv/dist/src/unix/
process.c
195
mask = UV_IGNORE | UV_CREATE_PIPE |
UV_INHERIT_FD
| UV_INHERIT_STREAM;
218
case
UV_INHERIT_FD
:
220
if (container->flags &
UV_INHERIT_FD
)
1079
if (options->stdio[i].flags & (
UV_INHERIT_FD
| UV_INHERIT_STREAM))
/src/external/mit/libuv/dist/include/
uv.h
1029
UV_INHERIT_FD
= 0x02,
Completed in 21 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026