Home
last modified time | relevance | path

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

/reactos/sdk/lib/cmlib/
H A Dcmindex.c1273 ULONG SubKeyIndex; in CmpSelectLeaf() local
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()
1394 if (SubKeyIndex > 0) in CmpSelectLeaf()
1397 LeafCell = IndexKey->List[SubKeyIndex - 1]; in CmpSelectLeaf()
[all …]