Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c944 wchar_t tmpsubstname[MAXPATHLEN]; in tsrm_realpath_r() local
996 …memmove(tmpsubstname, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / size… in tsrm_realpath_r()
997 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
998 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
1031 …memmove(tmpsubstname, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / size… in tsrm_realpath_r()
1032 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
1033 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()

Completed in 7 milliseconds