Searched refs:HashStackIndex (Results 1 – 2 of 2) sorted by relevance
1290 LONG HashStackIndex; in CmpCompareSubkeys() local1298 HashStackIndex = RemainingSubkeys; in CmpCompareSubkeys()1299 while (HashStackIndex >= 0) in CmpCompareSubkeys()1302 if (CurrentKcb->ConvKey != HashCacheStack[HashStackIndex].ConvKey) in CmpCompareSubkeys()1312 Result = CmpCompareCompressedName(&HashCacheStack[HashStackIndex].NameOfKey, in CmpCompareSubkeys()1322 Result = RtlCompareUnicodeString(&HashCacheStack[HashStackIndex].NameOfKey, in CmpCompareSubkeys()1335 HashStackIndex--; in CmpCompareSubkeys()1366 ULONG HashStackIndex = 0; in CmpRemoveSubkeysInRemainingName() local1377 while (HashStackIndex <= RemainingSubkeys) in CmpRemoveSubkeysInRemainingName()1380 RemainingName->Length -= HashCacheStack[HashStackIndex].NameOfKey.Length; in CmpRemoveSubkeysInRemainingName()[all …]
1310 ULONG KcbIndex = 1, HashStackIndex, TotalRemaining; in CmpBuildAndLockKcbArray() local1344 for (HashStackIndex = 0; in CmpBuildAndLockKcbArray()1345 HashStackIndex < TotalRemainingSubkeys; in CmpBuildAndLockKcbArray()1346 HashStackIndex++) in CmpBuildAndLockKcbArray()1348 OuterStackArray[KcbIndex++] = GET_HASH_INDEX(HashCacheStack[HashStackIndex].ConvKey); in CmpBuildAndLockKcbArray()