Home
last modified time | relevance | path

Searched refs:CXzEncHandle (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DXzEnc.h45 typedef void * CXzEncHandle; typedef
47 CXzEncHandle XzEnc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig);
48 void XzEnc_Destroy(CXzEncHandle p);
49 SRes XzEnc_SetProps(CXzEncHandle p, const CXzProps *props);
50 void XzEnc_SetDataSize(CXzEncHandle p, UInt64 expectedDataSiize);
51 SRes XzEnc_Encode(CXzEncHandle p, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgre…
DXzEnc.c1004 CXzEncHandle XzEnc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig) in XzEnc_Create()
1019 void XzEnc_Destroy(CXzEncHandle pp) in XzEnc_Destroy()
1027 SRes XzEnc_SetProps(CXzEncHandle pp, const CXzProps *props) in XzEnc_SetProps()
1036 void XzEnc_SetDataSize(CXzEncHandle pp, UInt64 expectedDataSiize) in XzEnc_SetDataSize()
1128 SRes XzEnc_Encode(CXzEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgr… in XzEnc_Encode()
1308 CXzEncHandle xz = XzEnc_Create(&g_Alloc, &g_BigAlloc); in Xz_Encode()
/external/lzma/CPP/7zip/Compress/
DXzEncoder.h22 CXzEncHandle _encoder;