Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecConfigImpl.c2683 UINT8 *TempPoint; in IpSecCopyPolicyEntry() local
2707 TempPoint = AllocatePool (Buffer->Capacity); in IpSecCopyPolicyEntry()
2709 if (TempPoint == NULL) { in IpSecCopyPolicyEntry()
2715 CopyMem (TempPoint, Buffer->Ptr, Buffer->Size); in IpSecCopyPolicyEntry()
2718 Buffer->Ptr = TempPoint; in IpSecCopyPolicyEntry()