Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dpath.c2575 USHORT NamePlusExtLength, WorstCaseLength, ExtensionLength = 0; in RtlDosSearchPath_Ustr() local
2917 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()