13 #define LZMA_PROPS_SIZE 5 74 SRes LzmaEncode(
unsigned char *dest,
size_t *destLen,
const unsigned char *
src,
size_t srcLen,
75 const CLzmaEncProps *
props,
unsigned char *propsEncoded,
size_t *propsSize,
int writeEndMark,
Definition: 7zTypes.h:162
void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig)
Definition: LzmaEnc.c:1710
void LzmaEncProps_Normalize(CLzmaEncProps *p)
Definition: LzmaEnc.c:48
uint32_t mc
Definition: LzmaEnc.h:30
int fb
Definition: LzmaEnc.h:27
SRes LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig)
Definition: LzmaEnc.c:2168
int pb
Definition: LzmaEnc.h:25
GLsizeiptr size
Definition: glext.h:6559
int numThreads
Definition: LzmaEnc.h:32
int numHashBytes
Definition: LzmaEnc.h:29
void LzmaEncProps_Init(CLzmaEncProps *p)
Definition: LzmaEnc.c:39
int lp
Definition: LzmaEnc.h:24
void * CLzmaEncHandle
Definition: LzmaEnc.h:52
#define EXTERN_C_END
Definition: 7zTypes.h:16
SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props)
Definition: LzmaEnc.c:382
struct _CLzmaEncProps CLzmaEncProps
int SRes
Definition: 7zTypes.h:44
SRes LzmaEncode(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, const CLzmaEncProps *props, unsigned char *propsEncoded, size_t *propsSize, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig)
Definition: LzmaEnc.c:2236
uint32_t LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
Definition: LzmaEnc.c:84
GLenum src
Definition: glext.h:6980
int btMode
Definition: LzmaEnc.h:28
SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, unsigned char *properties, size_t *size)
Definition: LzmaEnc.c:2176
GLfloat GLfloat p
Definition: glext.h:9809
unsigned writeEndMark
Definition: LzmaEnc.h:31
GLenum GLuint GLsizei const GLenum * props
Definition: glext.h:8742
uint64_t reduceSize
Definition: LzmaEnc.h:21
CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc)
Definition: LzmaEnc.c:1682
int lc
Definition: LzmaEnc.h:23
Definition: 7zTypes.h:157
#define EXTERN_C_BEGIN
Definition: 7zTypes.h:15
SRes LzmaEnc_MemEncode(CLzmaEncHandle p, unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig)
Definition: LzmaEnc.c:2204
int algo
Definition: LzmaEnc.h:26
unsigned __int64 uint64_t
Definition: stdint.h:136
unsigned int uint32_t
Definition: stdint.h:126
int level
Definition: LzmaEnc.h:17
uint32_t dictSize
Definition: LzmaEnc.h:18