Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c236 size_t ret_len, targetw_len, offset = 0; in php_sys_readlink() local
266 targetw_len = GetFinalPathNameByHandleW(hFile, targetw, MAXPATHLEN, VOLUME_NAME_DOS); in php_sys_readlink()
267 if(targetw_len >= target_len || targetw_len >= MAXPATHLEN || targetw_len == 0) { in php_sys_readlink()
273 if(targetw_len > 4) { 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()
286 ret = php_win32_ioutil_conv_w_to_any(targetw + offset, targetw_len - offset, &ret_len); in php_sys_readlink()

Completed in 9 milliseconds