Searched refs:CLzmaEncHandle (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.h39 /* ---------- CLzmaEncHandle Interface ---------- */
51 typedef void * CLzmaEncHandle; typedef
53 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc);
54 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig);
55 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
56 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
57 SRes LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStream *outStream, ISeqInStream *inStream,
59 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
H A DLzmaEnc.c359 void LzmaEnc_SaveState(CLzmaEncHandle pp)
385 void LzmaEnc_RestoreState(CLzmaEncHandle pp)
411 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
1720 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc)
1747 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig)
2058 static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, ISeqOutStream *outStream,
2067 SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp,
2083 SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen,
2092 void LzmaEnc_Finish(CLzmaEncHandle pp)
2126 UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle p
[all...]

Completed in 63 milliseconds