Searched defs:CLzma2EncHandle (Results 1 - 1 of 1) sorted by relevance

/external/lzma/C/
H A DLzma2Enc.h36 typedef void * CLzma2EncHandle; typedef
38 CLzma2EncHandle Lzma2Enc_Create(ISzAlloc *alloc, ISzAlloc *allocBig);
39 void Lzma2Enc_Destroy(CLzma2EncHandle p);
40 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
41 Byte Lzma2Enc_WriteProperties(CLzma2EncHandle p);
42 SRes Lzma2Enc_Encode(CLzma2EncHandle p,

Completed in 67 milliseconds