![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
ZLIB compression handler. More...
Include dependency graph for n_zlib.c:Go to the source code of this file.
Functions | |
| size_t | CompressData (unsigned char *abSrc, size_t nLenSrc, unsigned char *abDst, size_t nLenDst) |
| Compress a string to another. | |
| size_t | GetMaxCompressedLen (size_t nLenSrc) |
| Return the maximum compressed size. | |
| size_t | UncompressData (unsigned char *abSrc, size_t nLenSrc, unsigned char *abDst, size_t nLenDst) |
| Uncompress a string to another. | |
| N_STR * | unzip_nstr (N_STR *src) |
| return an uncompressed version of src | |
| N_STR * | zip_nstr (N_STR *src) |
| return a compressed version of src | |