Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c878 int printname_len, substitutename_len; in tsrm_realpath_r() local
917 substitutename_len = pbuffer->MountPointReparseBuffer.SubstituteNameLength / sizeof(WCHAR); in tsrm_realpath_r()
920 substitutename_len + 1, in tsrm_realpath_r()
926 substitutename[substitutename_len] = 0; in tsrm_realpath_r()
942 substitutename_len = pbuffer->MountPointReparseBuffer.SubstituteNameLength / sizeof(WCHAR); in tsrm_realpath_r()
945 substitutename_len + 1, in tsrm_realpath_r()
951 substitutename[substitutename_len] = 0; in tsrm_realpath_r()
956 substitutename_len = len; in tsrm_realpath_r()
962 if(isabsolute && substitutename_len > 4) { in tsrm_realpath_r()
986 for(bufindex = 0; bufindex < (substitutename_len - substitutename_off); bufindex++) { in tsrm_realpath_r()

Completed in 10 milliseconds