Searched refs:envw (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/win32/ |
H A D | codepage.c | 362 wchar_t *envw = NULL, ew[32760]; in php_win32_cp_env_any_to_w() local 388 envw = (wchar_t *) malloc((bin_len + 3) * sizeof(wchar_t)); in php_win32_cp_env_any_to_w() 389 if (!envw) { in php_win32_cp_env_any_to_w() 393 memmove(envw, ew, bin_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w() 394 envw[bin_len] = L'\0'; in php_win32_cp_env_any_to_w() 395 envw[bin_len + 1] = L'\0'; in php_win32_cp_env_any_to_w() 396 envw[bin_len + 2] = L'\0'; in php_win32_cp_env_any_to_w() 398 return envw; in php_win32_cp_env_any_to_w()
|
/PHP-7.1/TSRM/ |
H A D | tsrm_win32.c | 486 wchar_t *cmdw = NULL, *cwdw = NULL, *envw = NULL; in popen_ex() local 577 envw = php_win32_cp_env_any_to_w(env); in popen_ex() 578 if (envw) { in popen_ex() 590 …NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &startup, &p… in popen_ex() 593 …NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &startup, &p… in popen_ex() 598 free(envw); in popen_ex()
|
Completed in 13 milliseconds