Searched refs:NamePlusExtLength (Results 1 – 1 of 1) sorted by relevance
2575 USHORT NamePlusExtLength, WorstCaseLength, ExtensionLength = 0; in RtlDosSearchPath_Ustr() local2917 NamePlusExtLength = FileNameString->Length + in RtlDosSearchPath_Ustr()2920 if (NamePlusExtLength > UNICODE_STRING_MAX_BYTES) in RtlDosSearchPath_Ustr()2925 NamePlusExtLength); in RtlDosSearchPath_Ustr()2931 if (NamePlusExtLength > StaticCandidateString.MaximumLength) in RtlDosSearchPath_Ustr()2934 StaticCandidateString.MaximumLength = NamePlusExtLength; in RtlDosSearchPath_Ustr()2935 StaticCandidateString.Buffer = RtlpAllocateStringMemory(NamePlusExtLength, in RtlDosSearchPath_Ustr()