Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DDxeHttpLib.c1118 UINTN RemainderLengthInThis; in HttpParseMessageBody() local
1303 RemainderLengthInThis = BodyLength - (Char - Body); in HttpParseMessageBody()
1304 …rCallback = MIN (Parser->CurrentChunkSize - Parser->CurrentChunkParsedSize, RemainderLengthInThis); in HttpParseMessageBody()