Home
last modified time | relevance | path

Searched refs:CmdQuoteLength (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/kernel32/client/
H A Dproc.c2294 ULONG Length, FileAttribs, CmdQuoteLength; in CreateProcessInternalW() local
3430 CmdQuoteLength = CmdLineIsAppName || HasQuotes; in CreateProcessInternalW()
3433 if (HasQuotes) CmdQuoteLength++; in CreateProcessInternalW()
3437 CmdQuoteLength++; in CreateProcessInternalW()
3443 CmdLineLength += CmdQuoteLength + sizeof(ANSI_NULL); in CreateProcessInternalW()