Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DDxeHttpLib.c1666 UINTN MsgSize; in HttpGenRequestMessage() local
1679 MsgSize = 0; in HttpGenRequestMessage()
1753 MsgSize = HttpHdrSize; in HttpGenRequestMessage()
1760 MsgSize += HTTP_METHOD_MAXIMUM_LEN + AsciiStrLen (HTTP_VERSION_CRLF_STR) + AsciiStrLen (Url); in HttpGenRequestMessage()
1767 MsgSize += Message->BodyLength; in HttpGenRequestMessage()
1772 *RequestMsg = AllocateZeroPool (MsgSize); in HttpGenRequestMessage()