Searched refs:resolvedw_len (Results 1 – 1 of 1) sorted by relevance
30 size_t resolvedw_len, filespecw_len, index; in opendir() local37 …vedw = php_win32_ioutil_conv_any_to_w(resolved_path_buff, PHP_WIN32_CP_IGNORE_LEN, &resolvedw_len); in opendir()42 …might_need_prefix = resolvedw_len >= 3 && PHP_WIN32_IOUTIL_IS_LETTERW(resolvedw[0]) && L':' == res… in opendir()44 filespecw_len = resolvedw_len + 2; in opendir()57 index = resolvedw_len + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW - 1; in opendir()60 index = resolvedw_len - 1; in opendir()
Completed in 4 milliseconds