Searched refs:CLzma2EncHandle (Results 1 – 4 of 4) sorted by relevance
34 typedef void * CLzma2EncHandle; typedef36 CLzma2EncHandle Lzma2Enc_Create(ISzAlloc *alloc, ISzAlloc *allocBig);37 void Lzma2Enc_Destroy(CLzma2EncHandle p);38 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);39 Byte Lzma2Enc_WriteProperties(CLzma2EncHandle p);40 SRes Lzma2Enc_Encode(CLzma2EncHandle p,
406 CLzma2EncHandle Lzma2Enc_Create(ISzAlloc *alloc, ISzAlloc *allocBig) in Lzma2Enc_Create()429 void Lzma2Enc_Destroy(CLzma2EncHandle pp) in Lzma2Enc_Destroy()451 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props) in Lzma2Enc_SetProps()463 Byte Lzma2Enc_WriteProperties(CLzma2EncHandle pp) in Lzma2Enc_WriteProperties()474 SRes Lzma2Enc_Encode(CLzma2EncHandle pp, in Lzma2Enc_Encode()
350 CLzma2EncHandle lzma2;
21 CLzma2EncHandle _encoder;