Searched refs:TempPoint (Results 1 – 1 of 1) sorted by relevance
2683 UINT8 *TempPoint; in IpSecCopyPolicyEntry() local2707 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()