Home
last modified time | relevance | path

Searched refs:php_win32_ioutil_any_to_w (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/ext/standard/
H A Dlink_win32.c165 dstw = php_win32_ioutil_any_to_w(topath); in PHP_FUNCTION()
176 srcw = php_win32_ioutil_any_to_w(source_p); in PHP_FUNCTION()
245 dstw = php_win32_ioutil_any_to_w(_TO_PATH); in PHP_FUNCTION()
250 srcw = php_win32_ioutil_any_to_w(_FROM_PATH); in PHP_FUNCTION()
/PHP-7.1/win32/
H A Dioutil.h123 wchar_t *pathw = php_win32_ioutil_any_to_w(path); \
132 pathw = php_win32_ioutil_any_to_w(path); \
217 #define php_win32_ioutil_any_to_w(in) php_win32_ioutil_conv_any_to_w(in, PHP_WIN32_CP_IGNORE_LEN, P… macro
373 pathw = php_win32_ioutil_any_to_w(patha); in php_win32_ioutil_fopen()
408 oldnamew = php_win32_ioutil_any_to_w(oldnamea); in php_win32_ioutil_rename()
415 newnamew = php_win32_ioutil_any_to_w(newnamea); in php_win32_ioutil_rename()
445 wchar_t *pathw = php_win32_ioutil_any_to_w(patha); in php_win32_ioutil_chdir()
510 wchar_t *pathw = php_win32_ioutil_any_to_w(patha); in php_win32_ioutil_chmod()
H A Dioutil.c623 pathw = php_win32_ioutil_any_to_w(path);
/PHP-7.1/main/
H A Dphp_open_temporary_file.c156 cwdw = php_win32_ioutil_any_to_w(new_state.cwd); in php_do_open_temporary_file()
157 pfxw = php_win32_ioutil_any_to_w(pfx); in php_do_open_temporary_file()
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c235 wchar_t *linkw = php_win32_ioutil_any_to_w(link), targetw[MAXPATHLEN]; in php_sys_readlink()
308 wchar_t *pathw = php_win32_ioutil_any_to_w(path); in php_sys_stat_ex()
906 pathw = php_win32_ioutil_any_to_w(path); in tsrm_realpath_r()
/PHP-7.1/TSRM/
H A Dtsrm_win32.c523 cwdw = php_win32_ioutil_any_to_w(cwd); in popen_ex()

Completed in 20 milliseconds