Home
last modified time | relevance | path

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

/external/lzma/C/
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,
DLzma2Enc.c406 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()
DXzEnc.c350 CLzma2EncHandle lzma2;
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.h21 CLzma2EncHandle _encoder;