#include "ZipZSTD.h"#include "ROOT/RConfig.hxx"#include "zdict.h"#include <zstd.h>#include <memory>#include <iostream>Functions | |
| void | R__unzipZSTD (int *srcsize, const unsigned char *src, int *tgtsize, unsigned char *tgt, int *irep) |
| void | R__zipZSTD (int cxlevel, int *srcsize, const char *src, int *tgtsize, char *tgt, int *irep) |
Variables | |
| static const size_t | errorCodeSmallBuffer = (size_t)-70 |
| static const int | kHeaderSize = 9 |
| void R__unzipZSTD | ( | int * | srcsize, |
| const unsigned char * | src, | ||
| int * | tgtsize, | ||
| unsigned char * | tgt, | ||
| int * | irep ) |
Definition at line 61 of file ZipZSTD.cxx.
| void R__zipZSTD | ( | int | cxlevel, |
| int * | srcsize, | ||
| const char * | src, | ||
| int * | tgtsize, | ||
| char * | tgt, | ||
| int * | irep ) |
Definition at line 25 of file ZipZSTD.cxx.
|
static |
Definition at line 23 of file ZipZSTD.cxx.
Definition at line 21 of file ZipZSTD.cxx.