![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "Precomp.h"
#include "Alloc.h"
#include "LzmaDec.h"
#include "LzmaEnc.h"
#include "LzmaLib.h"
Functions | |
Z7_STDAPI | LzmaCompress (unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads) |
Z7_STDAPI | LzmaUncompress (unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, const unsigned char *props, size_t propsSize) |
Z7_STDAPI LzmaCompress | ( | unsigned char * | dest, |
size_t * | destLen, | ||
const unsigned char * | src, | ||
size_t | srcLen, | ||
unsigned char * | outProps, | ||
size_t * | outPropsSize, | ||
int | level, | ||
unsigned | dictSize, | ||
int | lc, | ||
int | lp, | ||
int | pb, | ||
int | fb, | ||
int | numThreads ) |