Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/misc/
H A Dbcdopt.c551 PULONGLONG ValueCopy; in BlpGetBootOptionIntegerList() local
576 ValueCopy = BlMmAllocateHeap(Option->DataSize); in BlpGetBootOptionIntegerList()
577 if (!ValueCopy) in BlpGetBootOptionIntegerList()
583 RtlCopyMemory(ValueCopy, in BlpGetBootOptionIntegerList()
588 *Value = ValueCopy; in BlpGetBootOptionIntegerList()
H A Dbootreg.c670 PVOID ValueCopy; in BiGetRegistryValue() local
709 ValueCopy = BlMmAllocateHeap(Size); in BiGetRegistryValue()
710 if (!ValueCopy) in BiGetRegistryValue()
716 RtlCopyMemory(ValueCopy, ValueData, Size); in BiGetRegistryValue()
717 *Buffer = ValueCopy; in BiGetRegistryValue()