Home
last modified time | relevance | path

Searched refs:CLzmaEncProps (Results 1 – 12 of 12) sorted by relevance

/third_party/lzma/C/
DLzmaEnc.h34 } CLzmaEncProps; typedef
36 void LzmaEncProps_Init(CLzmaEncProps *p);
37 void LzmaEncProps_Normalize(CLzmaEncProps *p);
38 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
59 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
DLzma2Enc.h16 CLzmaEncProps lzmaProps;
DLzmaLib.c20 CLzmaEncProps props; in LzmaCompress()
DLzma86Enc.c21 CLzmaEncProps props; in Lzma86_Encode()
DLzmaEnc.c57 void LzmaEncProps_Init(CLzmaEncProps *p) in LzmaEncProps_Init()
67 void LzmaEncProps_Normalize(CLzmaEncProps *p) in LzmaEncProps_Normalize()
109 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize()
111 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize()
550 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps()
553 CLzmaEncProps props = *props2; in LzmaEnc_SetProps()
2346 CLzmaEncProps props; in LzmaEnc_Construct()
3134 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode()
DLzma2Enc.c245 CLzmaEncProps lzmaProps = p->lzmaProps; in Lzma2EncProps_Normalize()
468 CLzmaEncProps lzmaProps = props->lzmaProps; in Lzma2Enc_SetProps()
/third_party/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp85 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
86 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp()
161 CLzmaEncProps props; in SetCoderProperties()
DLzma2Encoder.cpp16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c157 CLzmaEncProps props; in Encode()
/third_party/lzma/DOC/
Dlzma.txt229 3) initialize CLzmaEncProps properties;
271 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/third_party/lzma/
DREADME_zh.md380 **3)** 初始化CLzmaEncProps属性
432 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
DREADME.md419 **3)** initialize CLzmaEncProps properties;
473 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,