Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ZipZSTD.cxx File Reference
#include "ZipZSTD.h"
#include "ROOT/RConfig.hxx"
#include "zdict.h"
#include <zstd.h>
#include <memory>
#include <iostream>
Include dependency graph for ZipZSTD.cxx:

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

Function Documentation

◆ R__unzipZSTD()

void R__unzipZSTD ( int * srcsize,
const unsigned char * src,
int * tgtsize,
unsigned char * tgt,
int * irep )

Definition at line 61 of file ZipZSTD.cxx.

◆ R__zipZSTD()

void R__zipZSTD ( int cxlevel,
int * srcsize,
const char * src,
int * tgtsize,
char * tgt,
int * irep )

Definition at line 25 of file ZipZSTD.cxx.

Variable Documentation

◆ errorCodeSmallBuffer

const size_t errorCodeSmallBuffer = (size_t)-70
static

Definition at line 23 of file ZipZSTD.cxx.

◆ kHeaderSize

const int kHeaderSize = 9
static

Definition at line 21 of file ZipZSTD.cxx.