OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTP_IO_HEADER
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.h
91
}
HTTP_IO_HEADER
;
94
Create a
HTTP_IO_HEADER
to hold the HTTP header items.
101
HTTP_IO_HEADER
*
107
Destroy the
HTTP_IO_HEADER
and release the resouces.
114
IN
HTTP_IO_HEADER
*HttpIoHeader
132
IN
HTTP_IO_HEADER
*HttpIoHeader,
HttpBootSupport.c
497
Create a
HTTP_IO_HEADER
to hold the HTTP header items.
504
HTTP_IO_HEADER
*
509
HTTP_IO_HEADER
*HttpIoHeader;
515
HttpIoHeader = AllocateZeroPool (sizeof (
HTTP_IO_HEADER
) + MaxHeaderCount * sizeof (EFI_HTTP_HEADER));
527
Destroy the
HTTP_IO_HEADER
and release the resouces.
534
IN
HTTP_IO_HEADER
*HttpIoHeader
599
IN
HTTP_IO_HEADER
*HttpIoHeader,
HttpBootClient.c
725
HTTP_IO_HEADER
*HttpIoHeader;
[
all
...]
Completed in 471 milliseconds