OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startInfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
MacroInfo.cpp
55
startInfo
= SM.getDecomposedExpansionLoc(macroStart);
58
assert(
startInfo
.first == endInfo.first &&
60
assert(
startInfo
.second <= endInfo.second);
61
DefinitionLength = endInfo.second -
startInfo
.second;
/src/external/gpl2/gmake/dist/w32/subproc/
sub_proc.c
423
STARTUPINFO
startInfo
;
526
GetStartupInfo(&
startInfo
);
527
startInfo
.dwFlags = STARTF_USESTDHANDLES;
528
startInfo
.lpReserved = 0;
529
startInfo
.cbReserved2 = 0;
530
startInfo
.lpReserved2 = 0;
531
startInfo
.lpTitle = shell_name ? shell_name : exec_path;
532
startInfo
.hStdInput = (HANDLE)pproc->sv_stdin[1];
533
startInfo
.hStdOutput = (HANDLE)pproc->sv_stdout[1];
534
startInfo
.hStdError = (HANDLE)pproc->sv_stderr[1]
[
all
...]
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
6295
STARTUPINFO
startInfo
;
6312
ZeroMemory(&
startInfo
, sizeof(
startInfo
));
6313
startInfo
.cb = sizeof(
startInfo
);
6314
startInfo
.dwFlags = STARTF_USESTDHANDLES;
6315
startInfo
.hStdInput = INVALID_HANDLE_VALUE;
6316
startInfo
.hStdOutput= INVALID_HANDLE_VALUE;
6317
startInfo
.hStdError = INVALID_HANDLE_VALUE;
6322
DuplicateHandle(hProcess, (HANDLE)_get_osfhandle(inputId), hProcess, &
startInfo
.hStdInput
[
all
...]
Completed in 71 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026