nn::cx::InitUncompContextDeflate Function#include <nn/cx.h>
void InitUncompContextDeflate(
UncompContextDeflate * pContext,
void * pDst,
size_t dstSize
);
| Name | Description | |
|---|---|---|
| out | pContext |
The compression context to initialize. |
| out | pDst |
Buffer where decompressed data is written. |
| in | dstSize |
Size of the buffer pointed to by pDst. |
Initializes the context for streaming the deflate compression data expansion appended to the cx common header.
CONFIDENTIAL