Searched refs:ReceivedSize (Results 1 – 1 of 1) sorted by relevance
760 UINTN ReceivedSize; in HttpBootGetBootFile() local1001 ReceivedSize = 0; in HttpBootGetBootFile()1002 while (ReceivedSize < ContentLength) { in HttpBootGetBootFile()1003 ResponseBody.Body = (CHAR8*) Buffer + ReceivedSize; in HttpBootGetBootFile()1004 ResponseBody.BodyLength = *BufferSize - ReceivedSize; in HttpBootGetBootFile()1016 ReceivedSize += ResponseBody.BodyLength; in HttpBootGetBootFile()