Home
last modified time | relevance | path

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

/reactos/ntoskrnl/config/
H A Dcmapi.c2465 PCM_KEY_NODE DestNode = NULL; in CmpDeepCopyKeyInternal() local
2502 ASSERT(DestNode); in CmpDeepCopyKeyInternal()
2505 DestNode->Parent = Parent; in CmpDeepCopyKeyInternal()
2527 DestNode->Class = NewClassCell; in CmpDeepCopyKeyInternal()
2528 DestNode->ClassLength = SrcNode->ClassLength; in CmpDeepCopyKeyInternal()
2532 DestNode->Class = HCELL_NIL; in CmpDeepCopyKeyInternal()
2533 DestNode->ClassLength = 0; in CmpDeepCopyKeyInternal()
2550 DestNode->Security = NewSecCell; in CmpDeepCopyKeyInternal()
2556 &DestNode->ValueList, in CmpDeepCopyKeyInternal()
2562 DestNode->SubKeyCounts[Stable] = DestNode->SubKeyCounts[Volatile] = 0; in CmpDeepCopyKeyInternal()
[all …]