Home
last modified time | relevance | path

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

/PHP-7.2/TSRM/
H A Dtsrm_win32.c485 wchar_t *cmdw = NULL, *cwdw = NULL, *envw = NULL; in popen_ex() local
515 cmdw = php_win32_cp_any_to_w(cmd); in popen_ex()
516 if (!cmdw) { in popen_ex()
525 free(cmdw); in popen_ex()
535 free(cmdw); in popen_ex()
582 free(cmdw); in popen_ex()
589 …res = CreateProcessAsUserW(token_user, NULL, cmdw, &security, &security, security.bInheritHandle, … in popen_ex()
592 …res = CreateProcessW(NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, env… in popen_ex()
595 free(cmdw); in popen_ex()
/PHP-7.2/ext/standard/
H A Dproc_open.c432 wchar_t *cmdw = NULL, *cwdw = NULL, *envpw = NULL; in PHP_FUNCTION() local
731 cmdw = php_win32_cp_conv_any_to_w(command, command_len, &tmp_len); in PHP_FUNCTION()
732 if (!cmdw) { in PHP_FUNCTION()
738 …newprocok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si… in PHP_FUNCTION()
751 ret = _snwprintf(cmdw2, len, L"%hs /c %s", COMSPEC_NT, cmdw); in PHP_FUNCTION()
765 free(cmdw); in PHP_FUNCTION()
766 cmdw = NULL; in PHP_FUNCTION()
955 free(cmdw); in PHP_FUNCTION()

Completed in 8 milliseconds