Searched refs:ResponseBody (Results 1 – 1 of 1) sorted by relevance
749 HTTP_IO_RESPONSE_DATA ResponseBody; in HttpBootGetBootFile() local995 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 …]