HomeSort by relevance Sort by last modified time
    Searched refs:BodyLength (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 223 Token->Message->BodyLength is non-zero, and
317 if (HttpMsg->Body == NULL || HttpMsg->BodyLength == 0) {
890 UINTN BodyLength;
903 BodyLength = Wrap->HttpToken->Message->BodyLength;
904 if (Data < Body + BodyLength) {
    [all...]
HttpProto.c 217 Wrap->HttpToken->Message->BodyLength = Length;
223 Wrap->HttpToken->Message->BodyLength = HttpInstance->NextMsg -
225 HttpInstance->CacheLen = Length - Wrap->HttpToken->Message->BodyLength;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.h 210 UINTN BodyLength;
292 @param[in] BodyLength Length in bytes of the HTTP body.
308 IN UINTN BodyLength,
HttpBootSupport.c 838 @param[in] BodyLength Length in bytes of the HTTP body.
854 IN UINTN BodyLength,
869 HttpIo->ReqToken.Message->BodyLength = BodyLength;
943 HttpIo->RspToken.Message->BodyLength = ResponseData->BodyLength;
986 ResponseData->BodyLength = HttpIo->RspToken.Message->BodyLength;
    [all...]
HttpBootClient.c 909 // 3.1 First step, use zero BodyLength to only receive the response headers.
1004 ResponseBody.BodyLength = *BufferSize - ReceivedSize;
1016 ReceivedSize += ResponseBody.BodyLength;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 1098 Parse BodyLength of message-body. This function can be called repeatedly to parse the message-body partially.
1101 @param[in] BodyLength Length in bytes of the Body.
1105 @retval EFI_INVALID_PARAMETER MsgParser is NULL or Body is NULL or BodyLength is 0.
1113 IN UINTN BodyLength,
1123 if (BodyLength == 0 || Body == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Http.h 262 UINTN BodyLength;
381 Token->Message->BodyLength is non-zero, and
435 size in BodyLength. If the remote host provides a response that contains a content
436 body, up to BodyLength bytes will be copied from the receive buffer into Body and
437 BodyLength will be updated with the amount of bytes received and copied to Body. This
439 block of memory. Similar to HTTP request, if Body is not NULL and BodyLength is
442 BodyLength bytes of data will be copied to Body. The HTTP driver will then update
443 BodyLength with the amount of bytes received and copied to Body.
462 Token->Message->BodyLength is non-zero, and
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
HttpLib.h 281 Parse BodyLength of message-body. This function can be called repeatedly to parse the message-body partially.
284 @param[in] BodyLength Length in bytes of the Body.
288 @retval EFI_INVALID_PARAMETER MsgParser is NULL or Body is NULL or BodyLength is 0.
296 IN UINTN BodyLength,

Completed in 257 milliseconds