Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.c760 UINTN ReceivedSize; in HttpBootGetBootFile() local
1001 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()