Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A Dtsrm_win32.c460 wchar_t *cmdw = NULL, *cwdw = NULL, *envw = NULL; in popen_ex() local
489 cmdw = php_win32_cp_any_to_w(cmd); in popen_ex()
490 if (!cmdw) { in popen_ex()
499 free(cmdw); in popen_ex()
509 free(cmdw); in popen_ex()
556 free(cmdw); in popen_ex()
563 …res = CreateProcessAsUserW(token_user, NULL, cmdw, &security, &security, security.bInheritHandle, … in popen_ex()
566 …res = CreateProcessW(NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, env… in popen_ex()
569 free(cmdw); in popen_ex()
/PHP-7.4/ext/standard/
H A Dproc_open.c501 wchar_t *cmdw = NULL, *cwdw = NULL, *envpw = NULL; in PHP_FUNCTION() local
945 cmdw = php_win32_cp_conv_any_to_w(command, strlen(command), &tmp_len); in PHP_FUNCTION()
946 if (!cmdw) { in PHP_FUNCTION()
952 …newprocok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si… in PHP_FUNCTION()
965 ret = _snwprintf(cmdw2, len, L"%hs /c %s", COMSPEC_NT, cmdw); in PHP_FUNCTION()
979 free(cmdw); in PHP_FUNCTION()
980 cmdw = NULL; in PHP_FUNCTION()
1194 free(cmdw); in PHP_FUNCTION()

Completed in 8 milliseconds