Home
last modified time | relevance | path

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

/PHP-7.2/TSRM/
H A Dtsrm_win32.c481 DWORD dwCreateFlags = 0; in popen_ex() local
561 dwCreateFlags = NORMAL_PRIORITY_CLASS; in popen_ex()
563 dwCreateFlags |= CREATE_NO_WINDOW; in popen_ex()
578 dwCreateFlags |= CREATE_UNICODE_ENVIRONMENT; in popen_ex()
589 …oken_user, NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &… in popen_ex()
592 …res = CreateProcessW(NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, env… in popen_ex()
/PHP-7.2/ext/standard/
H A Dproc_open.c429 DWORD dwCreateFlags = 0; in PHP_FUNCTION() local
716 dwCreateFlags = NORMAL_PRIORITY_CLASS; in PHP_FUNCTION()
718 dwCreateFlags |= CREATE_NO_WINDOW; in PHP_FUNCTION()
723 dwCreateFlags |= CREATE_UNICODE_ENVIRONMENT; in PHP_FUNCTION()
738 …newprocok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si… in PHP_FUNCTION()
759 …newprocok = CreateProcessW(NULL, cmdw2, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &s… in PHP_FUNCTION()

Completed in 13 milliseconds