|
| SRes | LzmaEnc_PrepareForLzma2 (CLzmaEncHandle p, ISeqInStreamPtr inStream, UInt32 keepWindowSize, ISzAllocPtr alloc, ISzAllocPtr allocBig) |
| |
| SRes | LzmaEnc_MemPrepare (CLzmaEncHandle p, const Byte *src, SizeT srcLen, UInt32 keepWindowSize, ISzAllocPtr alloc, ISzAllocPtr allocBig) |
| |
| SRes | LzmaEnc_CodeOneMemBlock (CLzmaEncHandle p, BoolInt reInit, Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize) |
| |
| const Byte * | LzmaEnc_GetCurBuf (CLzmaEncHandle p) |
| |
| void | LzmaEnc_Finish (CLzmaEncHandle p) |
| |
| void | LzmaEnc_SaveState (CLzmaEncHandle p) |
| |
| void | LzmaEnc_RestoreState (CLzmaEncHandle p) |
| |
| void | Lzma2EncProps_Init (CLzma2EncProps *p) |
| |
| void | Lzma2EncProps_Normalize (CLzma2EncProps *p) |
| |
| CLzma2EncHandle | Lzma2Enc_Create (ISzAllocPtr alloc, ISzAllocPtr allocBig) |
| |
| void | Lzma2Enc_Destroy (CLzma2EncHandle p) |
| |
| SRes | Lzma2Enc_SetProps (CLzma2EncHandle p, const CLzma2EncProps *props) |
| |
| void | Lzma2Enc_SetDataSize (CLzma2EncHandle p, UInt64 expectedDataSiize) |
| |
| Byte | Lzma2Enc_WriteProperties (CLzma2EncHandle p) |
| |
| SRes | Lzma2Enc_Encode2 (CLzma2EncHandle p, ISeqOutStreamPtr outStream, Byte *outBuf, size_t *outBufSize, ISeqInStreamPtr inStream, const Byte *inData, size_t inDataSize, ICompressProgressPtr progress) |
| |