HomeSort by relevance Sort by last modified time
    Searched refs:HttpMsg (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 233 EFI_HTTP_MESSAGE *HttpMsg;
253 HttpMsg = Token->Message;
254 if ((HttpMsg == NULL) || (HttpMsg->Headers == NULL)) {
264 Request = HttpMsg->Data.Request;
499 RequestStr = HttpGenRequestString (HttpInstance, HttpMsg, FileUrl);
827 EFI_HTTP_MESSAGE *HttpMsg;
849 HttpMsg = Token->Message;
853 HttpMsg->Headers = NULL;
859 if (HttpMsg->Data.Response != NULL) {
    [all...]