Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A Dtsrm_win32.c456 DWORD dwCreateFlags = 0; in popen_ex() local
535 dwCreateFlags = NORMAL_PRIORITY_CLASS; in popen_ex()
537 dwCreateFlags |= CREATE_NO_WINDOW; in popen_ex()
552 dwCreateFlags |= CREATE_UNICODE_ENVIRONMENT; in popen_ex()
563 …oken_user, NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &… in popen_ex()
566 …res = CreateProcessW(NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, env… in popen_ex()
/PHP-7.4/ext/standard/
H A Dproc_open.c498 DWORD dwCreateFlags = 0; in PHP_FUNCTION() local
925 dwCreateFlags = NORMAL_PRIORITY_CLASS; in PHP_FUNCTION()
927 dwCreateFlags |= CREATE_NO_WINDOW; in PHP_FUNCTION()
930 dwCreateFlags |= CREATE_NEW_PROCESS_GROUP; in PHP_FUNCTION()
933 dwCreateFlags |= CREATE_NEW_CONSOLE; in PHP_FUNCTION()
937 dwCreateFlags |= CREATE_UNICODE_ENVIRONMENT; in PHP_FUNCTION()
952 …newprocok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si… in PHP_FUNCTION()
973 …newprocok = CreateProcessW(NULL, cmdw2, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &s… in PHP_FUNCTION()

Completed in 11 milliseconds