Searched refs:NameB (Results 1 – 4 of 4) sorted by relevance
423 IN PSTRING NameB in FatCompareNames() argument459 MinLength = NameA->Length < NameB->Length ? NameA->Length : in FatCompareNames()460 NameB->Length; in FatCompareNames()467 i = (ULONG)RtlCompareMemory( NameA->Buffer, NameB->Buffer, MinLength ); in FatCompareNames()472 return NameA->Buffer[i] < NameB->Buffer[i] ? IsLessThan : in FatCompareNames()476 if (NameA->Length < NameB->Length) { in FatCompareNames()481 if (NameA->Length > NameB->Length) { in FatCompareNames()
1893 IN PSTRING NameB
1067 _In_ PUNICODE_STRING NameB in CdFullCompareNames() argument1104 if (NameA->Length > NameB->Length) { in CdFullCompareNames()1106 MinLength = NameB->Length; in CdFullCompareNames()1109 } else if (NameA->Length == NameB->Length) { in CdFullCompareNames()1119 i = RtlCompareMemory( NameA->Buffer, NameB->Buffer, MinLength ); in CdFullCompareNames()1127 return ((NameA->Buffer[ i / 2 ] < NameB->Buffer[ i / 2 ]) ? in CdFullCompareNames()
687 _In_ PUNICODE_STRING NameB