Searched refs:dwCreateFlags (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/TSRM/ |
H A D | tsrm_win32.c | 465 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.6/ext/standard/ |
H A D | proc_open.c | 472 DWORD dwCreateFlags = 0; in PHP_FUNCTION() local 753 dwCreateFlags = NORMAL_PRIORITY_CLASS; in PHP_FUNCTION() 755 dwCreateFlags |= CREATE_NO_WINDOW; in PHP_FUNCTION() 759 …newprocok = CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd,… in PHP_FUNCTION() 763 …newprocok = CreateProcess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.e… in PHP_FUNCTION()
|
Completed in 14 milliseconds