Functions | |
| void | R__unzipLZ4 (int *srcsize, const unsigned char *src, int *tgtsize, unsigned char *tgt, int *irep) |
| void | R__zipLZ4 (int cxlevel, int *srcsize, const char *src, int *tgtsize, char *tgt, int *irep) |
| void R__unzipLZ4 | ( | int * | srcsize, |
| const unsigned char * | src, | ||
| int * | tgtsize, | ||
| unsigned char * | tgt, | ||
| int * | irep ) |
Definition at line 87 of file ZipLZ4.cxx.