Searched defs:Body (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootSupport.h211 CHAR8 *Body; member in struct:__anon9544
293 @param[in] Body Body associated with the HTTP request.
309 IN VOID *Body OPTIONAL
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
H A DHttpImpl.c222 Token->Message->Body is not NULL,
315 // We need to have the Message Body for sending the HTTP message across in these cases.
317 if (HttpMsg->Body == NULL || HttpMsg->BodyLength == 0) {
891 CHAR8 *Body; local
902 Body = Wrap->HttpToken->Message->Body;
904 if (Data < Body + BodyLength) {
1190 if ((HttpMsg->Body == NULL) || (HttpMsg->BodyLength == 0)) {
1222 CopyMem (HttpMsg->Body, HttpInstance->CacheBody + HttpInstance->CacheOffset, HttpMsg->BodyLength);
1228 CopyMem (HttpMsg->Body, HttpInstanc
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DHttp.h264 /// Body associated with the HTTP request or response. This can be NULL depending on
267 VOID *Body; member in struct:__anon9067
380 Token->Message->Body is not NULL,
434 It is the responsibility of the caller to allocate a buffer for Body and specify the
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.
461 Token->Message->Body i
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
H A DXenStore.c103 CHAR8 *Body; member in struct:__anon9876::__anon9877::__anon9878
628 CHAR8 *Body; local
640 Body = AllocatePool (Message->Header.len + 1);
641 Status = XenStoreReadStore (Body, Message->Header.len);
643 FreePool (Body);
648 Body[Message->Header.len] = '\0';
651 Message->u.Watch.Vector = Split(Body, Message->Header.len,
671 Message->u.Reply.Body = Body;
751 CHAR8 *Body; local
877 XenStoreSingle( IN CONST XENSTORE_TRANSACTION *Transaction, IN enum xsd_sockmsg_type RequestType, IN CONST CHAR8 *Body, OUT UINT32 *LenPtr OPTIONAL, OUT VOID **Result OPTIONAL ) argument
[all...]

Completed in 9 milliseconds