Searched refs:MsgSize (Results 1 – 1 of 1) sorted by relevance
1666 UINTN MsgSize; in HttpGenRequestMessage() local1679 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()