Searched refs:CLzma2EncHandle (Results 1 – 4 of 4) sorted by relevance
39 typedef void * CLzma2EncHandle; typedef41 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,
386 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()
649 CLzma2EncHandle lzma2;
22 CLzma2EncHandle _encoder;