#include "lib.h"
Definition at line 62 of file lib.h.
◆ name
const char* ComprOps::name |
Compression name.
Definition at line 64 of file lib.h.
◆ min_level
short ComprOps::min_level |
Minimum compression level.
Definition at line 65 of file lib.h.
◆ max_level
short ComprOps::max_level |
Maximum compression level.
Definition at line 66 of file lib.h.
◆ open
Definition at line 77 of file lib.h.
◆ compress
void *(* ComprOps::compress) (ComprHandle *handle, const char *data, size_t dlen, size_t *clen) |
Definition at line 94 of file lib.h.
◆ decompress
void *(* ComprOps::decompress) (ComprHandle *handle, const char *cbuf, size_t clen) |
◆ close
The documentation for this struct was generated from the following file: