Home
last modified time | relevance | path

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

/reactos/ntoskrnl/config/
H A Dcmapi.c2467 HCELL_INDEX NewClassCell = HCELL_NIL, NewSecCell = HCELL_NIL; in CmpDeepCopyKeyInternal() local
2539 NewSecCell = CmpCopyCell(SourceHive, in CmpDeepCopyKeyInternal()
2543 if (NewSecCell == HCELL_NIL) in CmpDeepCopyKeyInternal()
2550 DestNode->Security = NewSecCell; in CmpDeepCopyKeyInternal()
2613 if (NewSecCell != HCELL_NIL) in CmpDeepCopyKeyInternal()
2614 HvFreeCell(DestinationHive, NewSecCell); in CmpDeepCopyKeyInternal()