Go to the source code of this file.
|
|
WOLFSSL_API int | wc_Compress_ex (byte *out, word32 outSz, const byte *in, word32 inSz, word32 flags, word32 windowBits) |
| |
| WOLFSSL_API int | wc_DeCompress (byte *, word32, const byte *, word32) |
| | This function decompresses the given compressed data using Huffman coding and stores the output in out.
|
| |
|
WOLFSSL_API int | wc_DeCompress_ex (byte *out, word32 outSz, const byte *in, word32 inSz, int windowBits) |
| |
Initial value:{
#endif
#define COMPRESS_FIXED 1
#define LIBZ_WINBITS_GZIP 16
WOLFSSL_API
int wc_Compress(
byte*, word32,
const byte*, word32, word32)
WOLFSSL_API int wc_Compress(byte *, word32, const byte *, word32, word32)
This function compresses the given input data using Huffman coding and stores the output in out....
Definition compress.c:125