Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ZipZSTD.h File Reference
This graph shows which files directly or indirectly include this file:

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)

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.