Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpImpl.c781 UINTN BodyLength; in HttpBodyParserCallback() local
794 BodyLength = Wrap->HttpToken->Message->BodyLength; in HttpBodyParserCallback()
795 if (Data < Body + BodyLength) { in HttpBodyParserCallback()
1029 if ((HttpMsg->Body == NULL) || (HttpMsg->BodyLength == 0)) { in HttpResponseWorker()
1060 if (HttpMsg->BodyLength < BodyLen) { in HttpResponseWorker()
1061 … CopyMem (HttpMsg->Body, HttpInstance->CacheBody + HttpInstance->CacheOffset, HttpMsg->BodyLength); in HttpResponseWorker()
1062 HttpInstance->CacheOffset = HttpInstance->CacheOffset + HttpMsg->BodyLength; in HttpResponseWorker()
1069 HttpMsg->BodyLength = BodyLen; in HttpResponseWorker()
1092 HttpMsg->BodyLength = 0; in HttpResponseWorker()
DHttpProto.c197 Wrap->HttpToken->Message->BodyLength = Length; in HttpTcpReceiveNotifyDpc()
203 Wrap->HttpToken->Message->BodyLength = HttpInstance->NextMsg - in HttpTcpReceiveNotifyDpc()
205 HttpInstance->CacheLen = Length - Wrap->HttpToken->Message->BodyLength; in HttpTcpReceiveNotifyDpc()
1849 Rx6Token ->Packet.RxData->DataLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
1850 Rx6Token ->Packet.RxData->FragmentTable[0].FragmentLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
1862 Rx4Token->Packet.RxData->DataLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
1863 Rx4Token->Packet.RxData->FragmentTable[0].FragmentLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
2026 MsgSize = Message->BodyLength + HTTP_MAXIMUM_METHOD_LEN + AsciiStrLen (Url) + in HttpGenRequestString()
2071 CopyMem (RequestPtr, Message->Body, Message->BodyLength); in HttpGenRequestString()
2072 RequestPtr += Message->BodyLength; in HttpGenRequestString()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c868 IN UINTN BodyLength, in HttpIoSendRequest() argument
883 HttpIo->ReqToken.Message->BodyLength = BodyLength; in HttpIoSendRequest()
950 HttpIo->RspToken.Message->BodyLength = ResponseData->BodyLength; in HttpIoRecvResponse()
978 ResponseData->BodyLength = HttpIo->RspToken.Message->BodyLength; in HttpIoRecvResponse()
DHttpBootSupport.h197 UINTN BodyLength; member
294 IN UINTN BodyLength,
DHttpBootClient.c960 ResponseBody.BodyLength = *BufferSize - ReceivedSize; in HttpBootGetBootFile()
969 ReceivedSize += ResponseBody.BodyLength; in HttpBootGetBootFile()
997 ResponseBody.BodyLength = HTTP_BOOT_BLOCK_SIZE; in HttpBootGetBootFile()
1012 ResponseBody.BodyLength, in HttpBootGetBootFile()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DDxeHttpLib.c1111 IN UINTN BodyLength, in HttpParseMessageBody() argument
1121 if (BodyLength == 0 || Body == NULL) { in HttpParseMessageBody()
1159 for (Char = Body; Char < Body + BodyLength; ) { in HttpParseMessageBody()
1173 MIN (BodyLength, Parser->ContentLength - Parser->ParsedBodyLength), in HttpParseMessageBody()
1180 Char += MIN (BodyLength, Parser->ContentLength - Parser->ParsedBodyLength); in HttpParseMessageBody()
1181 … Parser->ParsedBodyLength += MIN (BodyLength, Parser->ContentLength - Parser->ParsedBodyLength); in HttpParseMessageBody()
1301 RemainderLengthInThis = BodyLength - (Char - Body); in HttpParseMessageBody()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DHttpLib.h270 IN UINTN BodyLength,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHttp.h262 UINTN BodyLength; member