TianoCore EDK2 master
Loading...
Searching...
No Matches
RedfishContentCodingLib.h
Go to the documentation of this file.
1
10#ifndef REDFISH_CONTENT_CODING_LIB_H_
11#define REDFISH_CONTENT_CODING_LIB_H_
12
40 IN CHAR8 *ContentEncodedValue,
41 IN CHAR8 *OriginalContent,
42 IN UINTN OriginalContentLength,
43 OUT VOID **EncodedContentPointer,
44 OUT UINTN *EncodedLength
45 );
46
73 IN CHAR8 *ContentEncodedValue,
74 IN VOID *ContentPointer,
75 IN UINTN ContentLength,
76 OUT VOID **DecodedContentPointer,
77 OUT UINTN *DecodedLength
78 );
79
80#endif
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 *EncodedLength)
EFI_STATUS RedfishContentDecode(IN CHAR8 *ContentEncodedValue, IN VOID *ContentPointer, IN UINTN ContentLength, OUT VOID **DecodedContentPointer, OUT UINTN *DecodedLength)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29