Home
last modified time | relevance | path

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

/PHP-7.1/TSRM/
H A Dtsrm_win32.c482 DWORD dwCreateFlags = 0; in popen_ex() local
562 dwCreateFlags = NORMAL_PRIORITY_CLASS; in popen_ex()
564 dwCreateFlags |= CREATE_NO_WINDOW; in popen_ex()
579 dwCreateFlags |= CREATE_UNICODE_ENVIRONMENT; in popen_ex()
590 …oken_user, NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &… in popen_ex()
593 …res = CreateProcessW(NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, env… in popen_ex()
/PHP-7.1/ext/standard/
H A Dproc_open.c435 DWORD dwCreateFlags = 0; in PHP_FUNCTION() local
725 dwCreateFlags = NORMAL_PRIORITY_CLASS; in PHP_FUNCTION()
727 dwCreateFlags |= CREATE_NO_WINDOW; in PHP_FUNCTION()
732 dwCreateFlags |= CREATE_UNICODE_ENVIRONMENT; in PHP_FUNCTION()
747 …newprocok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si… in PHP_FUNCTION()
768 …newprocok = CreateProcessW(NULL, cmdw2, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &s… in PHP_FUNCTION()

Completed in 14 milliseconds