Home
last modified time | relevance | path

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

/PHP-7.3/TSRM/
H A Dtsrm_win32.c456 DWORD dwCreateFlags = 0; in popen_ex() local
536 dwCreateFlags = NORMAL_PRIORITY_CLASS; in popen_ex()
538 dwCreateFlags |= CREATE_NO_WINDOW; in popen_ex()
553 dwCreateFlags |= CREATE_UNICODE_ENVIRONMENT; in popen_ex()
564 …oken_user, NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &… in popen_ex()
567 …res = CreateProcessW(NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, env… in popen_ex()
/PHP-7.3/ext/standard/
H A Dproc_open.c428 DWORD dwCreateFlags = 0; in PHP_FUNCTION() local
715 dwCreateFlags = NORMAL_PRIORITY_CLASS; in PHP_FUNCTION()
717 dwCreateFlags |= CREATE_NO_WINDOW; in PHP_FUNCTION()
722 dwCreateFlags |= CREATE_UNICODE_ENVIRONMENT; in PHP_FUNCTION()
737 …newprocok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si… in PHP_FUNCTION()
758 …newprocok = CreateProcessW(NULL, cmdw2, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &s… in PHP_FUNCTION()

Completed in 11 milliseconds