Lines Matching refs:substitutename_len
641 size_t substitutename_len; in tsrm_realpath_r() local
709 substitutename_len = pbuffer->MountPointReparseBuffer.SubstituteNameLength / sizeof(WCHAR); in tsrm_realpath_r()
710 if (substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
717 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
718 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
719 if (!substitutename || substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
744 substitutename_len = pbuffer->MountPointReparseBuffer.SubstituteNameLength / sizeof(WCHAR); in tsrm_realpath_r()
745 if (substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
752 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
753 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
754 if (!substitutename || substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
780 substitutename_len = len; in tsrm_realpath_r()
789 if(isabsolute && substitutename_len > 4) { in tsrm_realpath_r()
813 for (bufindex = 0; bufindex + substitutename_off < substitutename_len; bufindex++) { in tsrm_realpath_r()