Compress header cache data. More...
Functions | |
| static void * | compr_lz4_compress (ComprHandle *handle, const char *data, size_t dlen, size_t *clen) |
| Compress header cache data - Implements ComprOps::compress() -. | |
| static void * | compr_zlib_compress (ComprHandle *handle, const char *data, size_t dlen, size_t *clen) |
| Compress header cache data - Implements ComprOps::compress() -. | |
| static void * | compr_zstd_compress (ComprHandle *handle, const char *data, size_t dlen, size_t *clen) |
| Compress header cache data - Implements ComprOps::compress() -. | |
Compress header cache data.
| [in] | handle | Compression handle |
| [in] | data | Data to be compressed |
| [in] | dlen | Length of the uncompressed data |
| [out] | clen | Length of returned compressed data |
| ptr | Success, pointer to compressed data |
| NULL | Otherwise |
|
static |
Compress header cache data - Implements ComprOps::compress() -.
Definition at line 101 of file lz4.c.
|
static |
Compress header cache data - Implements ComprOps::compress() -.
Definition at line 102 of file zlib.c.
|
static |
Compress header cache data - Implements ComprOps::compress() -.
Definition at line 115 of file zstd.c.