OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpIoHeader
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.c
509
HTTP_IO_HEADER *
HttpIoHeader
;
515
HttpIoHeader
= AllocateZeroPool (sizeof (HTTP_IO_HEADER) + MaxHeaderCount * sizeof (EFI_HTTP_HEADER));
516
if (
HttpIoHeader
== NULL) {
520
HttpIoHeader
->MaxHeaderCount = MaxHeaderCount;
521
HttpIoHeader
->Headers = (EFI_HTTP_HEADER *) (
HttpIoHeader
+ 1);
523
return
HttpIoHeader
;
529
@param[in]
HttpIoHeader
Point to the HTTP header holder to be destroyed.
534
IN HTTP_IO_HEADER *
HttpIoHeader
539
if (
HttpIoHeader
!= NULL) {
[
all
...]
HttpBootSupport.h
109
@param[in]
HttpIoHeader
Point to the HTTP header holder to be destroyed.
114
IN HTTP_IO_HEADER *
HttpIoHeader
120
@param[in]
HttpIoHeader
Point to the HTTP header holder.
132
IN HTTP_IO_HEADER *
HttpIoHeader
,
HttpBootClient.c
725
HTTP_IO_HEADER *
HttpIoHeader
;
789
HttpIoHeader
= HttpBootCreateHeader (3);
790
if (
HttpIoHeader
== NULL) {
808
HttpIoHeader
,
821
HttpIoHeader
,
833
HttpIoHeader
,
871
HttpIoHeader
->HeaderCount,
872
HttpIoHeader
->Headers,
[
all
...]
Completed in 642 milliseconds