TianoCore EDK2 master
Loading...
Searching...
No Matches
RedfishContentCodingLibNull.c
Go to the documentation of this file.
1
9#include <Uefi.h>
10
37 IN CHAR8 *ContentEncodedValue,
38 IN CHAR8 *OriginalContent,
39 IN UINTN OriginalContentLength,
40 OUT VOID **EncodedContentPointer,
41 OUT UINTN *EncodedContentLength
42 )
43{
44 return EFI_UNSUPPORTED;
45}
46
73 IN CHAR8 *ContentDecodedValue,
74 IN VOID *ContentPointer,
75 IN UINTN ContentLength,
76 OUT VOID **DecodedContentPointer,
77 OUT UINTN *DecodedContentLength
78 )
79{
80 return EFI_UNSUPPORTED;
81}
UINT64 UINTN
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
EFI_STATUS RedfishContentEncode(IN CHAR8 *ContentEncodedValue, IN CHAR8 *OriginalContent, IN UINTN OriginalContentLength, OUT VOID **EncodedContentPointer, OUT UINTN *EncodedContentLength)
EFI_STATUS RedfishContentDecode(IN CHAR8 *ContentDecodedValue, IN VOID *ContentPointer, IN UINTN ContentLength, OUT VOID **DecodedContentPointer, OUT UINTN *DecodedContentLength)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29