Searched refs:RequestMsg (Results 1 – 4 of 4) sorted by relevance
1658 OUT CHAR8 **RequestMsg, in HttpGenRequestMessage() argument1676 *RequestMsg = NULL; in HttpGenRequestMessage()1772 *RequestMsg = AllocateZeroPool (MsgSize); in HttpGenRequestMessage()1773 if (*RequestMsg == NULL) { in HttpGenRequestMessage()1778 RequestPtr = *RequestMsg; in HttpGenRequestMessage()1852 (*RequestMsgSize) = (UINTN)(RequestPtr) - (UINTN)(*RequestMsg); in HttpGenRequestMessage()1858 if (*RequestMsg != NULL) { in HttpGenRequestMessage()1859 FreePool (*RequestMsg); in HttpGenRequestMessage()1861 *RequestMsg = NULL; in HttpGenRequestMessage()
245 CHAR8 *RequestMsg; in EfiHttpRequest() local260 RequestMsg = NULL; in EfiHttpRequest()592 Status = HttpGenRequestMessage (HttpMsg, FileUrl, &RequestMsg, &RequestMsgSize); in EfiHttpRequest()594 if (EFI_ERROR (Status) || NULL == RequestMsg) { in EfiHttpRequest()598 ASSERT (RequestMsg != NULL); in EfiHttpRequest()619 (UINT8*) RequestMsg, in EfiHttpRequest()644 if (RequestMsg != NULL) { in EfiHttpRequest()645 FreePool (RequestMsg); in EfiHttpRequest()
1655 CHAR8 *RequestMsg; in HttpTcpTransmit() local1660 RequestMsg = NULL; in HttpTcpTransmit()1684 &RequestMsg, in HttpTcpTransmit()1689 if (EFI_ERROR (Status) || NULL == RequestMsg){ in HttpTcpTransmit()1693 ASSERT (RequestMsg != NULL); in HttpTcpTransmit()1701 (UINT8*) RequestMsg, in HttpTcpTransmit()1704 FreePool (RequestMsg); in HttpTcpTransmit()
445 OUT CHAR8 **RequestMsg,