Lines Matching refs:SubKeyIndex
1273 ULONG SubKeyIndex; in CmpSelectLeaf() local
1296 SubKeyIndex = CmpFindSubKeyInRoot(Hive, IndexKey, Name, &LeafCell); in CmpSelectLeaf()
1299 if (SubKeyIndex & INVALID_INDEX) return HCELL_NIL; in CmpSelectLeaf()
1314 *RootCell = &IndexKey->List[SubKeyIndex]; in CmpSelectLeaf()
1323 LeafCell = IndexKey->List[SubKeyIndex]; in CmpSelectLeaf()
1356 LeafCell = IndexKey->List[SubKeyIndex]; in CmpSelectLeaf()
1366 *RootCell = &IndexKey->List[SubKeyIndex]; in CmpSelectLeaf()
1371 if ((SubKeyIndex + 1) < IndexKey->Count) in CmpSelectLeaf()
1374 LeafCell = IndexKey->List[SubKeyIndex + 1]; in CmpSelectLeaf()
1384 *RootCell = &IndexKey->List[SubKeyIndex + 1]; in CmpSelectLeaf()
1394 if (SubKeyIndex > 0) in CmpSelectLeaf()
1397 LeafCell = IndexKey->List[SubKeyIndex - 1]; in CmpSelectLeaf()
1407 *RootCell = &IndexKey->List[SubKeyIndex - 1]; in CmpSelectLeaf()
1436 SubKeyIndex, in CmpSelectLeaf()