Searched refs:HttpIoHeader (Results 1 – 3 of 3) sorted by relevance
509 HTTP_IO_HEADER *HttpIoHeader; in HttpBootCreateHeader() local515 …HttpIoHeader = AllocateZeroPool (sizeof (HTTP_IO_HEADER) + MaxHeaderCount * sizeof (EFI_HTTP_HEADE… in HttpBootCreateHeader()516 if (HttpIoHeader == NULL) { in HttpBootCreateHeader()520 HttpIoHeader->MaxHeaderCount = MaxHeaderCount; in HttpBootCreateHeader()521 HttpIoHeader->Headers = (EFI_HTTP_HEADER *) (HttpIoHeader + 1); in HttpBootCreateHeader()523 return HttpIoHeader; in HttpBootCreateHeader()534 IN HTTP_IO_HEADER *HttpIoHeader in HttpBootFreeHeader() argument539 if (HttpIoHeader != NULL) { in HttpBootFreeHeader()540 if (HttpIoHeader->HeaderCount != 0) { in HttpBootFreeHeader()541 for (Index = 0; Index < HttpIoHeader->HeaderCount; Index++) { in HttpBootFreeHeader()[all …]
751 HTTP_IO_HEADER *HttpIoHeader; in HttpBootGetBootFile() local818 HttpIoHeader = HttpBootCreateHeader (3); in HttpBootGetBootFile()819 if (HttpIoHeader == NULL) { in HttpBootGetBootFile()837 HttpIoHeader, in HttpBootGetBootFile()850 HttpIoHeader, in HttpBootGetBootFile()862 HttpIoHeader, in HttpBootGetBootFile()895 HttpIoHeader->HeaderCount, in HttpBootGetBootFile()896 HttpIoHeader->Headers, in HttpBootGetBootFile()1119 HttpBootFreeHeader (HttpIoHeader); in HttpBootGetBootFile()
125 IN HTTP_IO_HEADER *HttpIoHeader143 IN HTTP_IO_HEADER *HttpIoHeader,