Home
last modified time | relevance | path

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

/reactos/sdk/lib/cmlib/
H A Dcmcheck.c1160 LONG StackDepth; in CmpValidateRegistryInternal() local
1200 StackDepth = 0; in CmpValidateRegistryInternal()
1201 WorkState[StackDepth].ChildCellIndex = 0; in CmpValidateRegistryInternal()
1202 WorkState[StackDepth].Current = RootCell; in CmpValidateRegistryInternal()
1203 WorkState[StackDepth].Parent = HCELL_NIL; in CmpValidateRegistryInternal()
1204 WorkState[StackDepth].Sibling = HCELL_NIL; in CmpValidateRegistryInternal()
1214 while (StackDepth >= 0) in CmpValidateRegistryInternal()
1268 if (StackDepth > 0 && in CmpValidateRegistryInternal()
1343 StackDepth++; in CmpValidateRegistryInternal()
1359 WorkState[StackDepth].Parent = WorkState[StackDepth - CMP_PRIOR_STACK].Current; in CmpValidateRegistryInternal()
[all …]