Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c700 …printname = php_win32_ioutil_w_to_any(reparsetarget + pbuffer->MountPointReparseBuffer.PrintNameOf… in tsrm_realpath_r()
709 substitutename_len = pbuffer->MountPointReparseBuffer.SubstituteNameLength / sizeof(WCHAR); in tsrm_realpath_r()
716 …me, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / sizeof(WCHAR), pbuffer… in tsrm_realpath_r()
732 reparsetarget = pbuffer->MountPointReparseBuffer.ReparseTarget; in tsrm_realpath_r()
734 …printname = php_win32_ioutil_w_to_any(reparsetarget + pbuffer->MountPointReparseBuffer.PrintNameOf… in tsrm_realpath_r()
744 substitutename_len = pbuffer->MountPointReparseBuffer.SubstituteNameLength / sizeof(WCHAR); in tsrm_realpath_r()
751 …me, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / sizeof(WCHAR), pbuffer… in tsrm_realpath_r()
/php-src/win32/
H A Dioutil.c1098 reparse_target = reparse_data->MountPointReparseBuffer.ReparseTarget + in php_win32_ioutil_readlink_int()
1099 (reparse_data->MountPointReparseBuffer.SubstituteNameOffset / in php_win32_ioutil_readlink_int()
1101 reparse_target_len = reparse_data->MountPointReparseBuffer.SubstituteNameLength / sizeof(wchar_t); in php_win32_ioutil_readlink_int()
H A Dioutil.h734 } MountPointReparseBuffer; member

Completed in 18 milliseconds