Searched refs:envw (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/win32/ |
H A D | codepage.c | 365 wchar_t *envw = NULL, ew[32760]; in php_win32_cp_env_any_to_w() local 391 envw = (wchar_t *) malloc((bin_len + 3) * sizeof(wchar_t)); in php_win32_cp_env_any_to_w() 392 if (!envw) { in php_win32_cp_env_any_to_w() 396 memmove(envw, ew, bin_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w() 397 envw[bin_len] = L'\0'; in php_win32_cp_env_any_to_w() 398 envw[bin_len + 1] = L'\0'; in php_win32_cp_env_any_to_w() 399 envw[bin_len + 2] = L'\0'; in php_win32_cp_env_any_to_w() 401 return envw; in php_win32_cp_env_any_to_w()
|
/PHP-7.2/TSRM/ |
H A D | tsrm_win32.c | 485 wchar_t *cmdw = NULL, *cwdw = NULL, *envw = NULL; in popen_ex() local 576 envw = php_win32_cp_env_any_to_w(env); in popen_ex() 577 if (envw) { in popen_ex() 589 …NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &startup, &p… in popen_ex() 592 …NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &startup, &p… in popen_ex() 597 free(envw); in popen_ex()
|
Completed in 11 milliseconds