Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpImpl.c233 EFI_HTTP_MESSAGE *HttpMsg; in EfiHttpRequest() local
253 HttpMsg = Token->Message; in EfiHttpRequest()
254 if ((HttpMsg == NULL) || (HttpMsg->Headers == NULL)) { in EfiHttpRequest()
264 Request = HttpMsg->Data.Request; in EfiHttpRequest()
499 RequestStr = HttpGenRequestString (HttpInstance, HttpMsg, FileUrl); in EfiHttpRequest()
827 EFI_HTTP_MESSAGE *HttpMsg; in HttpResponseWorker() local
849 HttpMsg = Token->Message; in HttpResponseWorker()
853 HttpMsg->Headers = NULL; in HttpResponseWorker()
859 if (HttpMsg->Data.Response != NULL) { in HttpResponseWorker()
969 &HttpMsg->Headers, in HttpResponseWorker()
[all …]
DHttpProto.c1824 IN EFI_HTTP_MESSAGE *HttpMsg in HttpTcpReceiveBody() argument
1849 Rx6Token ->Packet.RxData->DataLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
1850 Rx6Token ->Packet.RxData->FragmentTable[0].FragmentLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
1851 Rx6Token ->Packet.RxData->FragmentTable[0].FragmentBuffer = (VOID *) HttpMsg->Body; in HttpTcpReceiveBody()
1862 Rx4Token->Packet.RxData->DataLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
1863 Rx4Token->Packet.RxData->FragmentTable[0].FragmentLength = (UINT32) HttpMsg->BodyLength; in HttpTcpReceiveBody()
1864 Rx4Token->Packet.RxData->FragmentTable[0].FragmentBuffer = (VOID *) HttpMsg->Body; in HttpTcpReceiveBody()
DHttpProto.h543 IN EFI_HTTP_MESSAGE *HttpMsg