Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_win32.c465 DWORD dwCreateFlags = 0; in popen_ex() local
520 dwCreateFlags = NORMAL_PRIORITY_CLASS; in popen_ex()
522 dwCreateFlags |= CREATE_NO_WINDOW; in popen_ex()
542 …token_user, NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &st… in popen_ex()
545 …res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, … in popen_ex()
/PHP-5.5/ext/standard/
H A Dproc_open.c471 DWORD dwCreateFlags = 0; in PHP_FUNCTION() local
752 dwCreateFlags = NORMAL_PRIORITY_CLASS; in PHP_FUNCTION()
754 dwCreateFlags |= CREATE_NO_WINDOW; in PHP_FUNCTION()
758 …newprocok = CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd,… in PHP_FUNCTION()
762 …newprocok = CreateProcess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.e… in PHP_FUNCTION()

Completed in 12 milliseconds