Searched refs:TotalChars (Results 1 – 2 of 2) sorted by relevance
169 LONG TotalChars; in ObpLookupEntryDirectory() local187 TotalChars = Name->Length / sizeof(WCHAR); in ObpLookupEntryDirectory()194 if (!(Buffer) || !(TotalChars)) goto Quickie; in ObpLookupEntryDirectory()197 for (HashValue = 0; TotalChars; TotalChars--) in ObpLookupEntryDirectory()
32 LONG EqualChars, TotalChars; in PciUnicodeStringStrStr() local41 TotalChars = (InputString->Length - EqualString->Length) / sizeof(WCHAR); in PciUnicodeStringStrStr()44 if (TotalChars < 0) return FALSE; in PciUnicodeStringStrStr()52 if (++EqualChars > TotalChars) return FALSE; in PciUnicodeStringStrStr()