nn::cx::InitUncompContextGzip Function#include <nn/cx.h>
void InitUncompContextGzip(
UncompContextGzip * 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 streaming decompression context for deflate compressed data in the gzip format.
CONFIDENTIAL