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

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.h 197 UINTN BodyLength;
278 @param[in] BodyLength Length in bytes of the HTTP body.
294 IN UINTN BodyLength,
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 222 Token->Message->BodyLength is non-zero, and
781 UINTN BodyLength;
794 BodyLength = Wrap->HttpToken->Message->BodyLength;
795 if (Data < Body + BodyLength) {
1029 if ((HttpMsg->Body == NULL) || (HttpMsg->BodyLength == 0)) {
1060 if (HttpMsg->BodyLength < BodyLen) {
1061 CopyMem (HttpMsg->Body, HttpInstance->CacheBody + HttpInstance->CacheOffset, HttpMsg->BodyLength);
1062 HttpInstance->CacheOffset = HttpInstance->CacheOffset + HttpMsg->BodyLength;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Http.h 262 UINTN BodyLength;
372 Token->Message->BodyLength is non-zero, and
426 size in BodyLength. If the remote host provides a response that contains a content
427 body, up to BodyLength bytes will be copied from the receive buffer into Body and
428 BodyLength will be updated with the amount of bytes received and copied to Body. This
430 block of memory. Similar to HTTP request, if Body is not NULL and BodyLength is
433 BodyLength bytes of data will be copied to Body. The HTTP driver will then update
434 BodyLength with the amount of bytes received and copied to Body.
452 Token->Message->BodyLength is non-zero, and

Completed in 64 milliseconds