OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestMsg
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c
[
all
...]
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c
245
CHAR8 *
RequestMsg
;
260
RequestMsg
= NULL;
592
Status = HttpGenRequestMessage (HttpMsg, FileUrl, &
RequestMsg
, &RequestMsgSize);
594
if (EFI_ERROR (Status) || NULL ==
RequestMsg
) {
598
ASSERT (
RequestMsg
!= NULL);
619
(UINT8*)
RequestMsg
,
644
if (
RequestMsg
!= NULL) {
645
FreePool (
RequestMsg
);
[
all
...]
HttpProto.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
HttpLib.h
425
the buffer returned in *
RequestMsg
.
431
@param[out]
RequestMsg
Pointer to the created HTTP request message.
433
@param[out] RequestMsgSize Size of the
RequestMsg
(in bytes).
445
OUT CHAR8 **
RequestMsg
,
Completed in 1102 milliseconds