Go to the source code of this file.
|
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, SizeT *srcLen, const unsigned char *props, size_t propsSize) |
|
◆ LZMA_PROPS_SIZE
#define LZMA_PROPS_SIZE 5 |
◆ Z7_STDAPI
◆ LzmaCompress()
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 ) |
◆ LzmaUncompress()
Z7_STDAPI LzmaUncompress |
( |
unsigned char * | dest, |
|
|
size_t * | destLen, |
|
|
const unsigned char * | src, |
|
|
SizeT * | srcLen, |
|
|
const unsigned char * | props, |
|
|
size_t | propsSize ) |