Home
last modified time | relevance | path

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

/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() local
266 targetw_len = GetFinalPathNameByHandleW(hFile, targetw, MAXPATHLEN, VOLUME_NAME_DOS); in php_sys_readlink()
275 if(targetw[0] == L'\\' && targetw[1] == L'\\' && targetw[2] == L'?' && targetw[3] == L'\\') { in php_sys_readlink()
279 if (targetw_len > 7 && targetw[4] == L'U' && targetw[5] == L'N' && targetw[6] == L'C') { in php_sys_readlink()
281 targetw[offset] = L'\\'; in php_sys_readlink()
286 ret = php_win32_ioutil_conv_w_to_any(targetw + offset, targetw_len - offset, &ret_len); in php_sys_readlink()

Completed in 7 milliseconds