Home
last modified time | relevance | path

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

/php-src/win32/
H A Dioutil.c729 wchar_t ret[PHP_WIN32_IOUTIL_MAXPATHLEN], *ret_real; in php_win32_ioutil_realpath_h() local
751 ret_real = ret; in php_win32_ioutil_realpath_h()
754 ret_real += (PHP_WIN32_IOUTIL_UNC_PATH_PREFIX_LENW - 2); in php_win32_ioutil_realpath_h()
755 ret_real[0] = L'\\'; in php_win32_ioutil_realpath_h()
758 ret_real += PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_realpath_h()
761 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()

Completed in 19 milliseconds