Home
last modified time | relevance | path

Searched refs:ResponseBody (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.c749 HTTP_IO_RESPONSE_DATA ResponseBody; in HttpBootGetBootFile() local
995 ZeroMem (&ResponseBody, sizeof (HTTP_IO_RESPONSE_DATA)); in HttpBootGetBootFile()
1003 ResponseBody.Body = (CHAR8*) Buffer + ReceivedSize; in HttpBootGetBootFile()
1004 ResponseBody.BodyLength = *BufferSize - ReceivedSize; in HttpBootGetBootFile()
1008 &ResponseBody in HttpBootGetBootFile()
1010 if (EFI_ERROR (Status) || EFI_ERROR (ResponseBody.Status)) { in HttpBootGetBootFile()
1011 if (EFI_ERROR (ResponseBody.Status)) { in HttpBootGetBootFile()
1012 Status = ResponseBody.Status; in HttpBootGetBootFile()
1016 ReceivedSize += ResponseBody.BodyLength; in HttpBootGetBootFile()
1043 ResponseBody.Body = (CHAR8*) Block; in HttpBootGetBootFile()
[all …]