Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dioutil.c735 wchar_t ret[PHP_WIN32_IOUTIL_MAXPATHLEN], *ret_real; in php_win32_ioutil_realpath_h() local
757 ret_real = ret; in php_win32_ioutil_realpath_h()
760 ret_real += (PHP_WIN32_IOUTIL_UNC_PATH_PREFIX_LENW - 2); in php_win32_ioutil_realpath_h()
761 ret_real[0] = L'\\'; in php_win32_ioutil_realpath_h()
764 ret_real += PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_realpath_h()
767 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()

Completed in 8 milliseconds