Lines Matching refs:substitutename_len
639 size_t substitutename_len; in tsrm_realpath_r() local
707 substitutename_len = pbuffer->MountPointReparseBuffer.SubstituteNameLength / sizeof(WCHAR); in tsrm_realpath_r()
708 if (substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
715 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
716 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
717 if (!substitutename || substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
742 substitutename_len = pbuffer->MountPointReparseBuffer.SubstituteNameLength / sizeof(WCHAR); in tsrm_realpath_r()
743 if (substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
750 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
751 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
752 if (!substitutename || substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
778 substitutename_len = len; in tsrm_realpath_r()
787 if(isabsolute && substitutename_len > 4) { in tsrm_realpath_r()
811 for (bufindex = 0; bufindex + substitutename_off < substitutename_len; bufindex++) { in tsrm_realpath_r()