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

/external/lzma/C/
H A DLzma2Enc.h34 typedef void * CLzma2EncHandle; typedef
36 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,

Completed in 84 milliseconds