|
| static int | is_valid_header (unsigned char *src) |
| static int | is_valid_header_lz4 (unsigned char *src) |
| static int | is_valid_header_lzma (unsigned char *src) |
| static int | is_valid_header_old (unsigned char *src) |
| static int | is_valid_header_zlib (unsigned char *src) |
| | Below are the routines for unzipping (inflating) buffers.
|
| static int | is_valid_header_zstd (unsigned char *src) |
| unsigned long | R__crc32 (unsigned long crc, unsigned char *buf, unsigned int len) |
| ROOT::RCompressionSetting::EAlgorithm::EValues | R__getCompressionAlgorithm (unsigned char *buf, size_t bufsize) |
| int | R__SetZipMode (ROOT::RCompressionSetting::EAlgorithm::EValues mode) |
| int | R__unzip (int *srcsize, uch *src, int *tgtsize, uch *tgt, int *irep) |
| int | R__unzip_header (int *srcsize, uch *src, int *tgtsize) |
| static int | R__unzipZLIB (int *srcsize, unsigned char *src, int *tgtsize, unsigned char *tgt, int *irep) |
| int | R__zipMultipleAlgorithm (int cxlevel, int *srcsize, char *src, int *tgtsize, char *tgt, int *irep, ROOT::RCompressionSetting::EAlgorithm::EValues compressionAlgorithm) |
| static int | R__zipOld (int cxlevel, int *srcsize, char *src, int *tgtsize, char *tgrt, int *irep) |
| | Forward decl's.
|
| static int | R__zipZLIB (int cxlevel, int *srcsize, char *src, int *tgtsize, char *tgt, int *irep) |
| | Compress buffer contents using the venerable zlib algorithm.
|