Searched refs:ret_real (Results 1 – 1 of 1) sorted by relevance
733 wchar_t ret[PHP_WIN32_IOUTIL_MAXPATHLEN], *ret_real; in php_win32_ioutil_realpath_h() local755 ret_real = ret; in php_win32_ioutil_realpath_h()758 ret_real += (PHP_WIN32_IOUTIL_UNC_PATH_PREFIX_LENW - 2); in php_win32_ioutil_realpath_h()759 ret_real[0] = L'\\'; in php_win32_ioutil_realpath_h()762 ret_real += PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_realpath_h()765 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
Completed in 7 milliseconds