Searched refs:BodyLength (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
D | HttpImpl.c | 317 if (HttpMsg->Body == NULL || HttpMsg->BodyLength == 0) { in EfiHttpRequest() 890 UINTN BodyLength; in HttpBodyParserCallback() local 903 BodyLength = Wrap->HttpToken->Message->BodyLength; in HttpBodyParserCallback() 904 if (Data < Body + BodyLength) { in HttpBodyParserCallback() 1190 if ((HttpMsg->Body == NULL) || (HttpMsg->BodyLength == 0)) { in HttpResponseWorker() 1221 if (HttpMsg->BodyLength < BodyLen) { in HttpResponseWorker() 1222 … CopyMem (HttpMsg->Body, HttpInstance->CacheBody + HttpInstance->CacheOffset, HttpMsg->BodyLength); in HttpResponseWorker() 1223 HttpInstance->CacheOffset = HttpInstance->CacheOffset + HttpMsg->BodyLength; in HttpResponseWorker() 1230 HttpMsg->BodyLength = BodyLen; in HttpResponseWorker() 1253 HttpMsg->BodyLength = 0; in HttpResponseWorker() [all …]
|
D | HttpProto.c | 217 Wrap->HttpToken->Message->BodyLength = Length; in HttpTcpReceiveNotifyDpc() 223 Wrap->HttpToken->Message->BodyLength = HttpInstance->NextMsg - in HttpTcpReceiveNotifyDpc() 225 HttpInstance->CacheLen = Length - Wrap->HttpToken->Message->BodyLength; in HttpTcpReceiveNotifyDpc() 2034 Rx6Token ->Packet.RxData->DataLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody() 2035 Rx6Token ->Packet.RxData->FragmentTable[0].FragmentLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody() 2046 Rx4Token->Packet.RxData->DataLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody() 2047 Rx4Token->Packet.RxData->FragmentTable[0].FragmentLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/ |
D | DxeHttpLib.c | 1113 IN UINTN BodyLength, in HttpParseMessageBody() argument 1123 if (BodyLength == 0 || Body == NULL) { in HttpParseMessageBody() 1161 for (Char = Body; Char < Body + BodyLength; ) { in HttpParseMessageBody() 1175 MIN (BodyLength, Parser->ContentLength - Parser->ParsedBodyLength), in HttpParseMessageBody() 1182 Char += MIN (BodyLength, Parser->ContentLength - Parser->ParsedBodyLength); in HttpParseMessageBody() 1183 … Parser->ParsedBodyLength += MIN (BodyLength, Parser->ContentLength - Parser->ParsedBodyLength); in HttpParseMessageBody() 1303 RemainderLengthInThis = BodyLength - (Char - Body); in HttpParseMessageBody() 1694 (Message->Data.Request == NULL && Message->HeaderCount == 0 && Message->BodyLength == 0)) { in HttpGenRequestMessage() 1767 MsgSize += Message->BodyLength; in HttpGenRequestMessage() 1845 CopyMem (RequestPtr, Message->Body, Message->BodyLength); in HttpGenRequestMessage() [all …]
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootSupport.h | 210 UINTN BodyLength; member 308 IN UINTN BodyLength,
|
D | HttpBootSupport.c | 854 IN UINTN BodyLength, in HttpIoSendRequest() argument 869 HttpIo->ReqToken.Message->BodyLength = BodyLength; in HttpIoSendRequest() 943 HttpIo->RspToken.Message->BodyLength = ResponseData->BodyLength; in HttpIoRecvResponse() 986 ResponseData->BodyLength = HttpIo->RspToken.Message->BodyLength; in HttpIoRecvResponse()
|
D | HttpBootClient.c | 1004 ResponseBody.BodyLength = *BufferSize - ReceivedSize; in HttpBootGetBootFile() 1016 ReceivedSize += ResponseBody.BodyLength; in HttpBootGetBootFile() 1044 ResponseBody.BodyLength = HTTP_BOOT_BLOCK_SIZE; in HttpBootGetBootFile() 1062 ResponseBody.BodyLength, in HttpBootGetBootFile()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Http.h | 262 UINTN BodyLength; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | HttpLib.h | 296 IN UINTN BodyLength,
|