Home
last modified time | relevance | path

Searched refs:CLzma2EncHandle (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DLzma2Enc.h39 typedef void * CLzma2EncHandle; typedef
41 CLzma2EncHandle Lzma2Enc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig);
42 void Lzma2Enc_Destroy(CLzma2EncHandle p);
43 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
44 void Lzma2Enc_SetDataSize(CLzma2EncHandle p, UInt64 expectedDataSiize);
45 Byte Lzma2Enc_WriteProperties(CLzma2EncHandle p);
46 SRes Lzma2Enc_Encode2(CLzma2EncHandle p,
DLzma2Enc.c386 CLzma2EncHandle Lzma2Enc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig) in Lzma2Enc_Create()
434 void Lzma2Enc_Destroy(CLzma2EncHandle pp) in Lzma2Enc_Destroy()
465 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props) in Lzma2Enc_SetProps()
485 Byte Lzma2Enc_WriteProperties(CLzma2EncHandle pp) in Lzma2Enc_WriteProperties()
716 SRes Lzma2Enc_Encode2(CLzma2EncHandle pp, in Lzma2Enc_Encode2()
DXzEnc.c649 CLzma2EncHandle lzma2;
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.h22 CLzma2EncHandle _encoder;