Home | History | Annotate | Download | only in HttpBootDxe

Lines Matching refs:AllocateZeroPool

44     Node = AllocateZeroPool (sizeof (IPv4_DEVICE_PATH));

58 Node = AllocateZeroPool (sizeof (IPv6_DEVICE_PATH));
317 HostNameStr = AllocateZeroPool ((AsciiStrLen (HostName) + 1) * sizeof (CHAR16));
771 Cache = AllocateZeroPool (sizeof (HTTP_BOOT_CACHE_CONTENT));
887 ResponseData = AllocateZeroPool (sizeof(HTTP_IO_RESOPNSE_DATA));