Searched refs:ret_real_len (Results 1 – 1 of 1) sorted by relevance
734 DWORD ret_len, ret_real_len; in php_win32_ioutil_realpath_h() local756 ret_real_len = ret_len; in php_win32_ioutil_realpath_h()760 ret_real_len -= (PHP_WIN32_IOUTIL_UNC_PATH_PREFIX_LENW - 2); in php_win32_ioutil_realpath_h()763 ret_real_len -= 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()767 return ret_real_len; in php_win32_ioutil_realpath_h()
Completed in 7 milliseconds